-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import mgclient error #54
Comments
#conda activate xss python setup.py install successfully,but import mgclient, throw such error as above, |
Might be related: memgraph/gqlalchemy#294 |
Investigated the issue, you are probably having locally old version of pymgclient. Clean pymgclient from global path ( |
Can this be related? #53 |
ImportError: /data/anaconda3/envs/xss/lib/python3.10/site-packages/mgclient.cpython-310-x86_64-linux-gnu.so: undefined symbol: SSL_get1_peer_certificate
The text was updated successfully, but these errors were encountered: