用pyinstaller将写好的pygame打包成exe文件,打包成功但运行报错,(如图下所示)。
大家有解决方法吗o( ❛ᴗ❛ )o
Traceback (most recent call last):
File "测试3.pyw", line 4, in
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "moviepy\editor.py", line 87, in
File "", line 1, in
AttributeError: module 'moviepy.audio.fx.all' has no attribute 'audio_fadein'
运行报错复制出来
你用的是什么打包的