pipenv install Python 3.8 was not found on your system

pipfile中记录的python版本与本地的python版本不一致导致
安装与本地python版本一致的虚拟环境
pipenv install --python 3.7

posted @ 2020-12-23 22:31  极客兵兵  阅读(541)  评论(0)    收藏  举报