Macos Pyinstaller可以';无法在mac上创建.app

Macos Pyinstaller可以';无法在mac上创建.app,macos,python-3.5,pyqt5,pyinstaller,Macos,Python 3.5,Pyqt5,Pyinstaller,我使用PyQt5.9创建了一个小应用程序 当我跑的时候 python3 setup.py bdist\u mac 要在mac上创建.app,我遇到以下错误 copying /Library/Frameworks/Python.framework/Versions/3.5/lib/QtCore.framework/Versions/5/QtCore -> build/exe.macosx-10.6-intel-3.5/QtCore error: [Errno 2] No such file

我使用PyQt5.9创建了一个小应用程序

当我跑的时候

python3 setup.py bdist\u mac

要在mac上创建.app,我遇到以下错误

copying /Library/Frameworks/Python.framework/Versions/3.5/lib/QtCore.framework/Versions/5/QtCore -> build/exe.macosx-10.6-intel-3.5/QtCore
error: [Errno 2] No such file or directory: '/Library/Frameworks/Python.framework/Versions/3.5/lib/QtCore.framework/Versions/5/QtCore'
我曾经

  • 蟒蛇3.5
  • 冷冻
  • PyQt5
请帮帮我