-
| 在pycharm中运行launch.py报错FileNotFoundError: [WinError 2] 系统找不到指定的文件。 | 
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
| 能否详细描述一下问题,是一运行launch.py就会报错还是界面已经出来了但是点击按钮会报错? | 
Beta Was this translation helpful? Give feedback.
-
| 
 一运行就报这个错,根本起不起来。但是直接用窗口命令cmd,python funclip/launch.py可以运行,也可以浏览器访问端口显示界面,但是点裁剪+字幕按钮就会报同样的错误 | 
Beta Was this translation helpful? Give feedback.
-
| 是需要在命令行中通过python指令运行的,windows下imagemagick的安装与环境变量的配置还没有能成功的方法,所以裁剪+字幕可能依然会遇到错误 | 
Beta Was this translation helpful? Give feedback.
-
| 
 D:\conda\envs\funclip\python.exe D:\python-projects\FunClip\funclip\launch.py During handling of the above exception, another exception occurred: Traceback (most recent call last): Process finished with exit code 1 | 
Beta Was this translation helpful? Give feedback.
-
| 使用裁剪按钮能否进行没有字幕的裁剪? | 
Beta Was this translation helpful? Give feedback.
-
| 
 可以进行没有字幕的裁剪,这个没有问题。但是可以考虑替换掉imagemagick吗?或者兼容处理一下 | 
Beta Was this translation helpful? Give feedback.
-
| 我也遇到了这个问题 | 
Beta Was this translation helpful? Give feedback.
-
| 正在寻找windows下imagemagick的替代方案:) | 
Beta Was this translation helpful? Give feedback.
-
| 改下Lib\site-packages\moviepy\config_defaults.py 里IMAGEMAGICK_BINARY的路径就行了。改成imagemagick的exe路径 | 
Beta Was this translation helpful? Give feedback.
-
| 
 感谢反馈 | 
Beta Was this translation helpful? Give feedback.
改下Lib\site-packages\moviepy\config_defaults.py 里IMAGEMAGICK_BINARY的路径就行了。改成imagemagick的exe路径