i'm having issue installing Pylint in VS Code. When i type :
pip install pylint --trusted-host=pypi.python.org --trusted-host files.pythonhosted.org --proxy=http://proxy-web.companyname.com:80
it gaves ERROR: Could not find a version that satisfies the requirement pylint (from versions: none) ERROR: No matching distribution found for pylint
Anybody can help with this?
thank you
pip install pandas --trusted-host pypi.org --trusted-host files.pythonhosted.org --proxy=http://proxy-web.company.com:80
resolved by adding this, need to replace with company's proxy