Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86245 > unrolled thread

How best to install path.py package on Centos 5?

Started byDavid Aldrich <David.Aldrich@EMEA.NEC.COM>
First post2015-02-23 16:40 +0000
Last post2015-02-23 16:40 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  How best to install path.py package on Centos 5? David Aldrich <David.Aldrich@EMEA.NEC.COM> - 2015-02-23 16:40 +0000

#86245 — How best to install path.py package on Centos 5?

FromDavid Aldrich <David.Aldrich@EMEA.NEC.COM>
Date2015-02-23 16:40 +0000
SubjectHow best to install path.py package on Centos 5?
Message-ID<mailman.19089.1424712858.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi

I want to install path.py in my Python 3.4 environment on a Centos 5 box.

My /usr/local/bin/ contains:

easy_install-3.4
python3.4
etc.

We are behind a proxy server.

I tried this:

# /usr/local/bin/easy_install-3.4 path.py
Searching for path.py
Reading https://pypi.python.org/simple/path.py/
Download error on https://pypi.python.org/simple/path.py/: hostname '172.29.68.1
' doesn't match either of 'www.python.org', 'python.org', 'pypi.python.org',
'docs.python.org', 'testpypi.python.org', 'bugs.python.org', 'wiki.python.org',
'hg.python.org', 'mail.python.org', 'packaging.python.org', 'pythonhosted.org',
'www.pythonhosted.org', 'test.pythonhosted.org', 'us.pycon.org', 'id.python.org' --
Some packages may not be found!
Couldn't find index page for 'path.py' (maybe misspelled?)


Am I best to use pip or easy_install?

If easy_install, how can I fix the above error?

Thanks in advance.

David

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web