Python-Framework/Python-Framework__Sanic

sanic 멸망편

말하는감자 2021. 2. 10. 11:10

no module named Crypto

-> pip uninstall crypto

-> pip install pycrypto

 

no module named dill

pip install dill==0.2.7.1

 

no module named <my proejct>

sudo gunicorn -w 2 -b 0.0.0.0:8000 --chdir /프로젝트설치경로 wsgi:app &

 

spacy ~ 블라블라 에러가 나는경우

->sanic 관련 라이브러리들 버젼이 전부 엉망이라서 발생하는 경우

->sanic 관련된 애들 다 지우고 다시 설치하는게 깔끔함

sanic==0.8.3
sanic-cors==0.9.6
Sanic-Plugins_framework==0.6.3.dev20180717
cython==0.25
cymem==2.0.2
preshed==3.0.2
thinc==7.4.1
blis==0.4.0
numpy==1.15.0
sanic-router==0.1.4
gunicorn==19.9.0
sanic-fcm==0.0.6

 

'Python-Framework > Python-Framework__Sanic' 카테고리의 다른 글

Sanic, gUnicorn, Nginx 삽질일기 2)  (0) 2020.03.18
Sanic, gUnicorn, Nginx 삽질일기 1)  (0) 2020.03.18
no module named sanic  (0) 2020.02.17
api 만들기 기초  (0) 2020.02.13