Latest mnemosyne needs latest python. I am lost in the maze of different python versions.
My latest attempt at resolving this problem:
----------------------------------
[lines skipped]
Could not fetch URL
https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='
pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
----------------------------------
was to install openssl-devel (gave /usr/include/openssl/ssl.h)
and remake Python-3.7
This fails make test at a late test. A few sample lines of output:
-------------------------------------
running: test_socket (17 min 16 sec)
running: test_socket (17 min 46 sec)
running: test_socket (18 min 16 sec)
--------------------------------------
Has anyone dealt with this here. I will also search python forums (fora?)