Skip to content

Instantly share code, notes, and snippets.

@joe42
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joe42/51d27971ab3e3e27a55c to your computer and use it in GitHub Desktop.
Save joe42/51d27971ab3e3e27a55c to your computer and use it in GitHub Desktop.
pip SSL Fehler
$ sudo pip install beautifulsoup4
Downloading/unpacking beautifulsoup4
Cannot fetch index base URL https://pypi.python.org/pypi/
Could not find any downloads that satisfy the requirement beautifulsoup4
Cleaning up...
No distributions at all found for beautifulsoup4
Storing debug log for failure in /home/joe/.pip/pip.log
$ cat /home/joe/.pip/pip.log
------------------------------------------------------------
/usr/local/bin/pip run on Fri Jan 30 11:32:55 2015
Downloading/unpacking beautifulsoup4
Getting page https://pypi.python.org/pypi/beautifulsoup4/
Could not fetch URL https://pypi.python.org/pypi/beautifulsoup4/: connection error: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Will skip URL https://pypi.python.org/pypi/beautifulsoup4/ when looking for download links for beautifulsoup4
Getting page https://pypi.python.org/pypi/
Could not fetch URL https://pypi.python.org/pypi/: connection error: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Will skip URL https://pypi.python.org/pypi/ when looking for download links for beautifulsoup4
Cannot fetch index base URL https://pypi.python.org/pypi/
URLs to search for versions for beautifulsoup4:
* https://pypi.python.org/pypi/beautifulsoup4/
Getting page https://pypi.python.org/pypi/beautifulsoup4/
Could not fetch URL https://pypi.python.org/pypi/beautifulsoup4/: connection error: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Will skip URL https://pypi.python.org/pypi/beautifulsoup4/ when looking for download links for beautifulsoup4
Could not find any downloads that satisfy the requirement beautifulsoup4
Cleaning up...
Removing temporary dir /tmp/pip_build_root...
No distributions at all found for beautifulsoup4
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1177, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "/usr/lib/python2.7/dist-packages/pip/index.py", line 277, in find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for beautifulsoup4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment