无法在我的公司网络上安装Pylint

问题描述 投票:0回答:2

我在VS Code中安装Pylint时遇到问题。当我输入:

pip install pylint --trusted-host = pypi.python.org --trusted-host files.pythonhosted.org --proxy = http://proxy-web.companyname.com:80

错误:找不到满足要求pylint的版本(从版本:无)错误:找不到pylint的匹配分布

有人可以帮忙吗?

谢谢

python visual-studio-code proxy http-proxy pylint
2个回答
0
投票

正如documentation所说,您可以尝试使用源代码进行安装。


0
投票

pip install pandas --trusted-host pypi.org --trusted-host files.pythonhosted.org --proxy = http://proxy-web.company.com:80

© www.soinside.com 2019 - 2024. All rights reserved.