You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Can you please help me with this error?
I have Python 3.12.1 from Microsoft store and ffmpeg from chocolatey. I installed auto-subtitle binary according to readme. I am on Windows 10.
When I try to run auto_subtitle in any way (eg. auto_subtitle --help), I get this error:
Traceback (most recent call last):
(…)
File "C:\Users\theuser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\torch\nn\modules\module.py", line 8, in <module>
from torch._prims_common import DeviceLikeType
ModuleNotFoundError: No module named 'torch._prims_common'
I don't know if it's not connected to my python installation, but I not good with this stuff, so I’d rather ask.
The text was updated successfully, but these errors were encountered:
Hello! Can you please help me with this error?
I have Python 3.12.1 from Microsoft store and ffmpeg from chocolatey. I installed auto-subtitle binary according to readme. I am on Windows 10.
When I try to run auto_subtitle in any way (eg.
auto_subtitle --help
), I get this error:I don't know if it's not connected to my python installation, but I not good with this stuff, so I’d rather ask.
The text was updated successfully, but these errors were encountered: