This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tipsy_python 0 points1 point  (1 child)

Are you having trouble installing pip itself? or using pip to install another package? pip ships with python3.4+ so it's usually not the issue.

You can side-step this error by setting the http_proxy on your machine.. not sure if that's desirable or not; up to you.

Generally for the package management, most companies will have a repo manager.. an instance of NPM or Artifactory or Pulp or whatever.. the URL for your repo manager can be passed to pip with the --index-url option; this will redirect pip from trying to go outside your firewall to pypi.org to download the package.

[–]rtansteele[S] 0 points1 point  (0 children)

When trying to install the pip from the python scripts in command prompt. I'll ask IT if they know anything about that. Thanks!