pip install安装的时候在Preparing metadata (setup.py),ERROR: Can not execute `setup.py` since setuptools

目录

pip install安装的时候在Preparing metadata (setup.py) ...卡住

解决办法

ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.

手动下载包解决

更换特殊版本低版本

pycharm环境下导入包


pip install安装的时候在Preparing metadata (setup.py) ...卡住

解决办法

在pip安装的时候添加--verbose参数查看卡住的详细原因

pip install --verbose basicsr

ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.

注意:此错误源于子流程,pip可能不是问题。
更新setuptools
pip install --upgrade setuptools

  1. pip install

你可能感兴趣的:(2021,AI,python,python,开发语言)