Closed vovoka closed 5 years ago
Have you try this:
sudo apt-get install libssl1.0-dev
Is this going?
On Ubunto 18.04, it solved the issue
@Paulchen232 thank you! Solved!
@Paulchen232 That's do not work.
sudo apt-get install libssl1.0-dev
`Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl1.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libssl1.0-dev' has no installation candidate`
Witch OS you have?
I found that:
"The results of apt search libssl show that the libssl package has been upgraded to libssl1.1 in Ubuntu 19.04 (and later)."
Try that:
sudo apt install libssl1.1-dev
Work it now?
Hi. I'm using Debian, Python3.7 trying to follow the instructions:
also tryed solution offered at other issue:
any idea how to compile it?