我正在尝试在Linux ubuntu,python 3.5.2上安装uswgi
pip install uwsgi
我收到了这个错误
Failed building wheel for uwsgi
并在安装日志的末尾
*** uWSGI compiling embedded plugins ***
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/python_plugin.o
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/pyutils.o
In file included from plugins/python/python_plugin.c:1:0:
plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory
compilation terminated.
In file included from plugins/python/pyutils.c:1:0:
plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory
compilation terminated.
----------------------------------------
Command "/home/ubuntu/envflask/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-wthov1ur/uwsgi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-quiupta5-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/ubuntu/envflask/env/include/site/python3.5/uwsgi" failed with error code 1 in /tmp/pip-build-wthov1ur/uwsgi/
Linux 4.4.0-66-通用x86_64
Python 3.5.2
这是什么解决方案?谢谢
博主在尝试在Linux Ubuntu 16.04环境下使用Python 3.5.2安装uwsgi时遭遇编译错误,指出缺少Python.h文件。解决方法包括检查Python路径和头文件位置,确保Python开发库已安装,以及可能需要重新配置编译选项。
1万+

被折叠的 条评论
为什么被折叠?



