At present, the latest docker-compose version, which could be installed under Ubuntu 18, 20, and 21 is the 1.25 and 1.27 versions. There may be…
Tag: pip
pycurl.h: fatal error: openssl/ssl.h: No such file or directory
If you encounter this error trying to install a pip module or compile a program under the console you surely miss OpenSSL development packages! pip…
Ubuntu AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’
If you install libraries with pip command you might find yourself in the following situation: