Latest mnemosyne needs latest python. I am lost in the maze of different python versions.
My latest attempt at resolving this problem: ---------------------------------- # pip3 install ssl [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?) -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/bc78c182-86f3-4f44-9d80-07953ff68622%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
