Zulip Chat Archive

Stream: new members

Topic: pyhton - openssl package error


Luisitoon (Aug 08 2022 at 16:25):

Hi, all! I am just following the instructions on "https://github.com/mmasdeu/Lean-game-maker/blob/master/INSTALL.md" to install Lean-game-maker. When I run the command "sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl", all is perfect but the output, which tells me "E: Could not locate the package python-openssl". Can anyone help me with this??

Mauricio Collares (Aug 08 2022 at 17:12):

python-openssl is the python2 version, you should replace it by python3-openssl

Luisitoon (Aug 08 2022 at 17:56):

Yess!! It works!! Thank you so much, Mauricio!!


Last updated: Dec 20 2023 at 11:08 UTC