TaleLin / lin-cms-flask

🎀A simple and practical CMS implememted by Flask
http://doc.cms.talelin.com/
Other
832 stars 216 forks source link

python编译版本如何改为3.7 #101

Closed Aniderr closed 3 years ago

Aniderr commented 4 years ago

执行pipenv install --dev的时候报错如下 Virtualenv location: C:\Users\Administrator.virtualenvs\lin-cms-flask-19JFeIB4 Warning: Your Pipfile requires python_version 3.6, but you are using 3.7.6 (C:\Users\A.\l\S\python.exe). $ pipenv --rm and rebuilding the virtual environment may resolve the issue. $ pipenv check will surely fail.

smoryan commented 4 years ago

pipfile里面,找python_version = "3.6" 改成3.7就好了

sunlin92 commented 3 years ago

https://doc.cms.talelin.com/0.2.x/server/flask/questions.html