

Please note that I had cryptography installed using pip separately, but the package still tries to build and install it. Here's the error I get while it tries to install cryptography. However, the problem here is not with the package but with ms build tools not finding libssl.lib. Two other locations to try are /usr/local/lib and /usr/lib/openssl-1.0, see here and here.I'm trying to install a python package which is not publicly available. If the above did not solve the problem, open the file /etc/ld.so.conf as sudo and add a new line at the end /usr/lib/x86_64-linux-gnu/openssl-1.0.0ĭependin on yuor system, the path could be different. It is possible you need to install the packet ca-certificates as well. sudo apt install libssl-dev=1.0.2g-1ubuntu4.8 Install the library with the correct version: sudo apt-get install libssl1.0.0įrom the conversation in the comments, you also need to install libssl-dev, again, make sure the version is 1.0. Libssl1.0.0 - SSL shared libraries <- version number Libssl-doc - SSL development documentation documentation Example output: libssl-dev - SSL development libraries, header files and documentation Then install shared libraries, first check which version you want by running apt-cache search libssl | grep SSL. To install 1.0.2, run sudo apt install openssl=1.0.2g-1ubuntu4.8

You will need version 1.0 since Astrill does not support 1.1. First make sure you have openssl installed.
