I do not understand why it is asking for version that I do not have.
Warning: openssl@1.1 1.1.1f is already installed and up-to-date
To reinstall 1.1.1f, run `brew reinstall [email protected]`
I reinstalled openssl.
ll /usr/local/opt/openssl*
/usr/local/opt/openssl -> ../Cellar/openssl@1.1/1.1.1f
/usr/local/opt/openssl@1.1 -> ../Cellar/openssl@1.1/1.1.1f
I do not understand where it gets this old version from.
/usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
I reinstalled python and pip from source using brew.
python3 -c "import ssl; print(ssl.OPENSSL_VERSION)"
OpenSSL 1.1.1f 31 Mar 2020
python -c "import ssl; print(ssl.OPENSSL_VERSION)"
OpenSSL 1.1.1f 31 Mar 2020
python -V
Python 2.7.17
python3 -V
Python 3.7.7
I give up. Looks like some library (like [email protected]) have updated and it messes up with python. Previous versions of beem does not work, too.
RE: Update for beem: beempy installer for windows and beempy as shell