Closed trunksio closed 1 year ago
I think this issue arises because of the miniconda environment (which ships its own OpenSSL version) not with Ubuntu 22.04. Unfortunately I am not aware of any solution that makes binary packages compatible with different OpenSSL library versions.
However there is a solution: install pymgclient from source. The documentation is a bit out of date, pymgclient supports OpenSSL 3, so there shouldn't be any issues. To be sure it uses the correct OpenSSL version, try to specify the environment variable OPENSSL_ROOT_DIR
to point to the root of the miniconda environment, probably $HOME/miniconda3
should work.
Can you please try this?
Hi - after many attempts I have abandoned miniconda and used the ubuntu python 3.10 packages and this is working for me now.
When using ubuntu 22.04 and installing gqlalchemy with python 3.10 I get the following error: