为啥安装setuptools会提示没有setuptools模块?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为啥安装setuptools会提示没有setuptools模块?相关的知识,希望对你有一定的参考价值。
具体就是我想安装pip然后显示无setuptools,我安装setuptools显示无setuptools模块,这是为什么?这不是死循环了么?
参考技术A python下安装模块命令如下:cd到环境变量处你的python第三方库存放位置执行:pip install setuptools
如果速度特别慢,可以加上一个国内的第三方库镜像,如下:pip install setuptools -i 国内镜像地址
以上是关于为啥安装setuptools会提示没有setuptools模块?的主要内容,如果未能解决你的问题,请参考以下文章
为啥用pycharm升级了pip,在命令框里面的pip还是旧版本
ERROR conda.core.link:_execute(502): An error occurred while installing package ‘conda-forge::setupt
python安装提示No module named setuptools,wget提示ERROR 403: SSL is required
ModuleNotFoundError: No module named ‘setuptools.command.build‘解决方案