gpt4 book ai didi

ubuntu - Pyinstaller:找不到路径或 glob "/usr/include/python3.4m/pyconfig.h"或不匹配任何文件。”

转载 作者:太空宇宙 更新时间:2023-11-03 16:48:53 25 4
gpt4 key购买 nike

我正在尝试在 Oracle virtualbox ubuntu 14.04.2 LTS 上构建我的项目。

我的项目使用 Python 34。我通过以下方式安装了 pyinstaller:

pip install https://github.com/pyinstaller/pyinstaller/archive/python3.zip

当我运行 pyinstaller run.py 时,出现以下错误:

FileNotFoundError: Path or glob "/usr/include/python3.4m/pyconfig.h" not found or matches no files.

我确实没有目录'/usr/include/python3.4m',只有'usr/include/python2.7'。已安装 Python 34(默认情况下在 Ubuntu 中)。

我怎样才能让它工作?

最佳答案

显然安装 libpython3.4-dev 包解决了这个问题。 http://packages.ubuntu.com/utopic/amd64/libpython3.4-dev/filelist

如果遇到问题,请执行 sudo apt-get install libpython3.4-dev

关于ubuntu - Pyinstaller:找不到路径或 glob "/usr/include/python3.4m/pyconfig.h"或不匹配任何文件。”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31767469/

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