我在本地成功安装了uwsgi。
但我在vps上安装了它的错误。
目前我不知道如何修复它。
错误讯息:
* uWSGI正在编译嵌入式插件* [gcc -pthread] plugins / python / pythonplugin.o 在plugins / python / pythonplugin.c中包含的文件中:1:0: Plugins / python / uwsgipython.h:2:20:致命错误:Python.h:没有这样的文件或目录 #包括 ^ 编译终止。
----------------------------------------
" /usr/bin/python2.7 -u -c" import setuptools,tokenize; _ file __ =' / tmp / pip-build-oONRqq / superset / setup.py&#39 ;; f = getattr(tokenize,'打开',打开Exec(编译(代码,文件,' exec'))"安装 - (__ file __); code = f。 read()替换(' \ r \ n',' \ n' -record /tmp/pip-ktDXj1-record/install-record.txt --single-version-external-托管 - 编译"在/ tmp / pip-build-oONRqq /中出现错误代码1失败 我期待着你的帮助。 谢谢你
答案 0 :(得分:0)
我有同样的问题。我的快速解决方案是将python版本更改为3.5+。它对我有用。我不知道的主要问题是什么。