Pip cannot find metadata file - EnvironmentError

后端 未结 6 1976
感情败类
感情败类 2020-12-11 18:59

Whenever I run pip to install the Flask packages like virtualenv in Ubuntu 16.04, I get this error:

pip install virtualenv

6条回答
  •  -上瘾入骨i
    2020-12-11 19:28

    conda install -c conda-forge requests solved my problem. Of course, you need to reinstall the package that is problematic for you. Using pip to reinstall it did not work for me.

提交回复
热议问题