【发布时间】:2020-06-23 22:47:46
【问题描述】:
当我尝试构建以进行部署时,出现错误。
我输入了以下命令:
python3 setup.py py2app
这会导致以下错误(这是输出的最后两行):
复制文件 /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python3 -> /Users/evrim/Desktop/code/WantedOutfits/dist/check_products.app/Contents/MacOS/python 错误:[Errno 2] /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python3: '没有这样的文件或目录'
我该如何解决这个错误?
提前谢谢你。
【问题讨论】:
标签: python python-3.x macos py2app