[issue22235] httplib: TypeError with file() object in ssl.py

Etienne Robillard report at bugs.python.org
Mon Feb 9 01:02:28 CET 2015


Etienne Robillard added the comment:

hg push worked like a charm... but for some reasons i get another
error trying to install things with setuptools:

erob at nguns:~/Desktop/pyaml-14.12.10$ sudo python setup.py install --prefix=/usr/local

Processing dependencies for pyaml==14.12.10
Searching for PyYAML
Reading http://pypi.python.org/simple/PyYAML/
Download error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) -- Some packages may not be found!
Couldn't find index page for 'PyYAML' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) -- Some packages may not be found!
No local packages or download links found for PyYAML

Is setuptools still working with this ssl.py module ?

----------
resolution: fixed -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22235>
_______________________________________


More information about the Python-bugs-list mailing list