gpt4 book ai didi

python-3.x - 在 Mac OS X Catalina 中找不到 "/Library/Python/3.7m/include/pyconfig.h"?

转载 作者:行者123 更新时间:2023-12-03 17:23:38 30 4
gpt4 key购买 nike

环境:
python 3.7.3
Mac OS X Catalina 10.15.6
问题:
我尝试在 Mac OS 应用程序文件中编译我的 Python 3.7 脚本。
我使用这个命令:

python3 -m PyInstaller --windowed --icon=myapp_icon.icns myapp.py
但我得到了一些错误:
Unable to find "/Library/Python/3.7m/include/pyconfig.h" when adding binary and data files.This would mean your Python installation doesn't
come with proper library files. This usually happens by missing development
package, or unsuitable build parameters of Python installation.
* On Debian/Ubuntu, you would need to install Python development packages
* apt-get install python3-dev
* apt-get install python-dev
* If you're building Python by yourself, please rebuild your Python with
`--enable-shared` (or, `--enable-framework` on Darwin)
我从 python.org 下载并安装了 python
我没有编译新 python 的技能。
当我搜索解决方案时,我只找到了适用于 Linux 系统的解决方案。
所以我尝试用 brew 安装:
brew install python
但这并没有解决我的问题。我仍然有相同的错误消息。
请问我该如何解决?

最佳答案

我最近遇到了同样的问题。我通过查看下面的 youtube 视频,通过 Xcode 和 python3 重新安装了:
https://www.youtube.com/watch?v=0rg6nyanX5Y&t=635s
使用 pip 安装 pyinstaller。
生成 exec 应用程序:python -m PyInstaller yourfilename.py

关于python-3.x - 在 Mac OS X Catalina 中找不到 "/Library/Python/3.7m/include/pyconfig.h"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63596598/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com