[Bug]: No module named 'transformers.convert_slow_tokenizer' (0.16.0-beta4) #19162
Replies: 3 comments 3 replies
-
What hardware are you running? How do you have Frigate installed? |
Beta Was this translation helpful? Give feedback.
-
Seems to me the 'transformers.convert_slow_tokenizer' python module maybe missing from the container image. |
Beta Was this translation helpful? Give feedback.
-
ok, I decided to remove the images and pull it again. When I tried to rmi the image I got |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you are having
Container fails to start. Error
2025-07-16 07:54:38.211272564 from transformers import AutoFeatureExtractor, AutoTokenizer 2025-07-16 07:54:38.211278601 File "<frozen importlib._bootstrap>", line 1231, in _handle_fromlist 2025-07-16 07:54:38.211280083 File "/usr/local/lib/python3.11/dist-packages/transformers/utils/import_utils.py", line 1754, in __getattr__ 2025-07-16 07:54:38.211557454 module = self._get_module(self._class_to_module[name]) 2025-07-16 07:54:38.211617009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-07-16 07:54:38.211624880 File "/usr/local/lib/python3.11/dist-packages/transformers/utils/import_utils.py", line 1766, in _get_module 2025-07-16 07:54:38.211896825 raise RuntimeError( 2025-07-16 07:54:38.211906121 RuntimeError: Failed to import transformers.models.auto because of the following error (look up to see its traceback): 2025-07-16 07:54:38.211907232 No module named 'transformers.convert_slow_tokenizer' 2025-07-16 07:54:38.695090867 [INFO] Service Frigate exited with code 1 (by signal 0)
Steps to reproduce
use ghcr.io/blakeblackshear/frigate:0.16.0-beta4 image, start container
Version
0.16.0-beta4
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
reolink
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
Beta Was this translation helpful? Give feedback.
All reactions