video-subtitle-extractor
video-subtitle-extractor copied to clipboard
源码安装问题
运行python gui.py,报ModuleNotFoundError: No module named 'fsplit.filesplit' 1、安装pip install fsplit 2、源码安装https://github.com/yodeng/fsplit.git,pip install . 均无果,大佬看看。。
pip install filesplit
是不是很坑
装了pip install filesplit Looking in indexes: http://pypi.douban.com/simple/, https://pypi.tuna.tsinghua.edu.cn/simple/ Requirement already satisfied: filesplit in c:\users\win11\anaconda3\envs\XXX\lib\site-packages (4.0.1)
报:from fsplit.filesplit import Filesplit ModuleNotFoundError: No module named 'fsplit'
加群讨论 这个效率低
请问这个问题解决了吗?我也遇到了一样的问题
pip install filesplit==3.0.1