I'm trying to install Kivy, a Python Framework, but run into problems using pip.
Following the instructions on https://kivy.org/doc/stable/installation/installation-linux.html I get the following error.
Can someone help? What Input should I post here to resolve the issue?
$ python -m pip install --upgrade --user pip setuptools virtualenv
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Cache entry deserialization failed, entry ignored
Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages
Could not fetch URL https://pypi.python.org/simple/setuptools/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/site-packages
Collecting virtualenv
Could not fetch URL https://pypi.python.org/simple/virtualenv/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement virtualenv (from versions: )
No matching distribution found for virtualenv
--- Details --- Ubuntu 18.04.4 LTS "bionic"
Install openssl package.
This should do it.If not fixed and if you are using python3 then you may install:
Then try this: