Skip to content Skip to sidebar Skip to footer

Getting ImportError: Cannot Import Name HTTPSHandler During Creation Of Virtual Environment

I have a Raspbery Pi which I upgraded to Python 3.3.3 by doing the following: sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev wget http://www.python.or

Solution 1:

I also had this problem when building 2.7 like Giorgio mentioned. user3301335 is exactly right -- when building python there are optional modules that can be compiled that have library dependencies.

To save people time digging through comments, the solution is to install the SSL development package on your operating system. The APT package is called something like libssl-dev; on Red Hat, it looks like openssl-devel.


Post a Comment for "Getting ImportError: Cannot Import Name HTTPSHandler During Creation Of Virtual Environment"