-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'fsplit'` #23
Comments
(vsgEnv) PS D:\video-subtitle-generator> python .\backend\main.py |
ModuleNotFoundError: No module named 'fsplit',有解决的嘛? |
pip install filesplit==3.0.2 |
创建虚拟环境后,均按照readme进行,在环境下运行GUI.PY之后出现报错。
Logs如下:
成功打开文件:F:/video2txt/02/002.mp4
['F:/video2txt/02/002.mp4']
Exception in thread Thread-1:
Traceback (most recent call last):
File "F:\Miniconda\envs\vsgEnv_1\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "F:\Miniconda\envs\vsgEnv_1\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File ".\gui.py", line 173, in task
from backend import main
File "F:\video2txt\VSG\video-subtitle-generator\backend\main.py", line 23, in
from backend import config
File "F:\video2txt\VSG\video-subtitle-generator\backend\config.py", line 10, in
from fsplit.filesplit import Filesplit
ModuleNotFoundError: No module named 'fsplit'
尝试了自动/手动单独装fsplit,但是装不上,因为fsplit包里缺少info库
(vsgEnv_1) (vsgEnv_1) PS F:\video2txt\VSG\video-subtitle-generator> python "E:\Download of Chrome\dist\fsplit-1.0.0\setup.py"
Traceback (most recent call last):
File "E:\Download of Chrome\dist\fsplit-1.0.0\setup.py", line 11, in
from fsplit import version
File "E:\Download of Chrome\dist\fsplit-1.0.0\fsplit_init_.py", line 11, in
from info import version # define version variable
ModuleNotFoundError: No module named 'info'
是我哪里做错了吗?
The text was updated successfully, but these errors were encountered: