解决PyCharm中出现Error: Python packaging tool ‘setuptools‘ not found

如果您觉得下面解决方案有用的话,不妨给我点个赞哟,爱你么么哒❤️❤️

解决PyCharm中出现Error: Python packaging tool ‘setuptools‘ not found_第1张图片

如图所示, 我点击软件管理包出现这个报错,软件包上方 +号 也是灰色的

解决PyCharm中出现Error: Python packaging tool ‘setuptools‘ not found_第2张图片

解决PyCharm中出现Error: Python packaging tool ‘setuptools‘ not found_第3张图片

找了好久才找到解决办法

Linux系统在命令行输入:

sudo apt install python3-pip

Windows系统: 

直接在PyCharm的本地终端窗口输入:

pip install setuptools

解决PyCharm中出现Error: Python packaging tool ‘setuptools‘ not found_第4张图片

现在就能正确显示了

解决PyCharm中出现Error: Python packaging tool ‘setuptools‘ not found_第5张图片

点击 “+”也没问题 ,可以正常安装第三方包

解决PyCharm中出现Error: Python packaging tool ‘setuptools‘ not found_第6张图片

你可能感兴趣的:(工具错误,python,pycharm,ide)