Last updated on July 21, 2020 by Dan Nanni
easy_install
, but I am getting this error during package download:
unknown url type: httpsHow can I fix this error?
A symptom of this error looks like the following.
Download error on http://pypi.python.org/simple/regex/: unknown url type: https -- Some packages may not be found! Couldn't find index page for 'regex' (maybe misspelled?)
A possible fix to this error is to install SSL development libraries and header files.
$ sudo yum install libssl-dev
$ sudo yum install openssl-devel
This website is made possible by minimal ads and your gracious donation via PayPal or credit card
Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.
Xmodulo © 2021 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean