在ubuntu環境下安裝uwsgi的時候出現了一些問題
1:安裝時出現錯誤:
[x86_64-linux-gnu-gcc -pthread] plugins/python/python_plugin.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.
----------------------------------------
command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-fvq6260p/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-record-gnwj6mya/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-fvq6260p/uwsgi/
解決方案:sudo apt-get install libpython3.6-dev
(我這裡用的的是python3.6,你要替換成你自己的python年版本)
之後安裝成功。感謝:
在ubuntu環境下安裝uwsgi的時候 還 出現了一些問題,在
但是uwsgi啟動的時候還是會有問題。很可惜沒有解決
錯誤情況為:
解決方案:
Hadoop疑難雜症
前天安裝了pig,本來寫了條pig latin,但一直卡在 17 05 07 17 47 07 info mapreduce.job running job job 1494150363568 0001跑不通,想著肯定是mapredcue自身有問題,於是開始了艱苦的檢錯之旅,從csdn到stackf...
Appium疑難雜症
坑之初體驗 1.session大於60秒沒接收到命令自動關閉 python desired caps 在啟動配置裡面加入newcommandtimeout引數 desired caps newcommandtimeout 200 但是注意cnpm預設在當前目錄安裝npm包。3.uiautomatio...
疑難雜症 列舉
1.列舉是使用者自定義的整數型別 2.關於列舉的一般用法,參照 c 中的列舉 3.從字串中獲取列舉值 定義如下的列舉 public enum timeofday 從乙個字串得到列舉值,並轉換為整數 timeofday time timeofday enum.parse typeof timeofda...