harry0703 / MoneyPrinterTurbo

利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
MIT License
18.32k stars 2.82k forks source link

run main.py throw error #529

Open donghao85 opened 2 days ago

donghao85 commented 2 days ago

hi: My environment is macOS 14.4.1, with Python 3.10.15. All dependencies have been installed, and I confirm that the installation of moviepy is fine. However, run main.pyI am encountering the following error: ModuleNotFoundError: No module named 'moviepy.editor'. Did the package structure change starting from moviepy 2.0, and the code has not been updated in time?

james-bond-007 commented 1 day ago

一样的问题,同问

zhang-heng commented 1 day ago

528 11/20 moviepy 升级到2.0.0 ,请将这段代码改为 moviepy.*

james-bond-007 commented 20 hours ago

谢谢,成功解决问题!

irfnrdh commented 4 hours ago

pip uninstall moviepy pip install moviepy==1.0.3