DEV Community

Carlos André
Carlos André

Posted on

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available!

To solve this problem, in Debian distribution.
Browse to python path.
sudo ./configure
sudo make
sudo make install

After above steps, you can use pip!

Top comments (0)