我試圖使用PIP安裝燒瓶socketIO:安裝問題燒瓶socketio
pip install flask-socketIO
但最後我面對這個錯誤:
cc -O2 -fPIC -Wimplicit -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -Ilibev -I/home/abhishek/.virtualenvs/test/include -c gevent/gevent.core.c -o build/temp.linux-x86_64-2.7/gevent/gevent.core.o
gevent/gevent.core.c:9:22: fatal error: pyconfig.h: No such file or directory
#include "pyconfig.h"
^
compilation terminated.
error: command 'cc' failed with exit status 1
----------------------------------------
Command "/home/abhishek/.virtualenvs/test/bin/pypy -c "import setuptools,
你有沒有解決這個錯誤? – sebenalern
如果在安裝pypy解釋程序後安裝flask-socketIO,則會出現一些問題。 所以最好的選擇是安裝virtaulenv,然後安裝socket-io。 稍後安裝pypy解釋器。 如果有任何錯誤,您可以隨時設置新的虛擬環境。 – abhishekrana