在python运行过程中出现如下错误:python错误:ImportError: No module named setuptools 这句错误提示的表面意思是:没有setuptools的模块,说明python...缺少这个模块,那我们只要安装这个模块即可解决此问题,下面我们来安装一下: 在命令行下: 下载setuptools包 shell# wgethttp://pypi.python.org/packages/...setuptools包...
后端是建立在flask上的flask-socketio。下面是我的后端Docker容器: FROM alpine:edge RUN apk update RUN apk add python3 py3-cffi py3-bcrypt libc-dev py3-psycopg2 py3-gevent RUN pip3 install --upgrade pip RUN pip3 install flask flask-restful flask-jwt-extended gunicorn requests 浏览36提问于2019...