zl程序教程

您现在的位置是:首页 >  后端

当前栏目

pip 18.1: pipenv graph results in ImportError: cannot import name 'get_installed_distributions'

pip in &# 39 Cannot get name import
2023-09-14 09:06:36 时间

I'm currently using

python3 -m pip install pip==10.0.1
python3 -m pip install pipenv==2018.5.18

Once #2924 is fixed and released, you can upgrade again to the latest and greatest.

python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pipenv