Advertisement
Guest User

Untitled

a guest
Dec 28th, 2017
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. pi@raspberrypi ~ $ sudo pip-3.2 install --verbose plotly
  2. Downloading/unpacking plotly
  3. Could not fetch URL http://pypi.python.org/simple/plotly: HTTP Error 403: SSL is required
  4. Will skip URL http://pypi.python.org/simple/plotly when looking for download links for plotly
  5. Could not fetch URL http://pypi.python.org/simple/: HTTP Error 403: SSL is required
  6. Will skip URL http://pypi.python.org/simple/ when looking for download links for plotly
  7. Cannot fetch index base URL http://pypi.python.org/simple/
  8. Could not fetch URL http://pypi.python.org/simple/plotly/: HTTP Error 403: SSL is required
  9. Will skip URL http://pypi.python.org/simple/plotly/ when looking for download links for plotly
  10. Could not find any downloads that satisfy the requirement plotly
  11. No distributions at all found for plotly
  12. Exception information:
  13. Traceback (most recent call last):
  14. File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 104, in main
  15. status = self.run(options, args)
  16. File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 245, in run
  17. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  18. File "/usr/lib/python3/dist-packages/pip/req.py", line 978, in prepare_files
  19. url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  20. File "/usr/lib/python3/dist-packages/pip/index.py", line 157, in find_requirement
  21. raise DistributionNotFound('No distributions at all found for %s' % req)
  22. pip.exceptions.DistributionNotFound: No distributions at all found for plotly
  23.  
  24. Storing complete log in /root/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement