Skip to content
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

Open
dxjjhm opened this issue Jun 16, 2023 · 6 comments
Open

import mgclient error #54

dxjjhm opened this issue Jun 16, 2023 · 6 comments
Labels
bug bug community community Effort - Medium Effort - Medium Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - Some Reach - Some Severity - S2 Severity - S2

Comments

@dxjjhm
Copy link

dxjjhm commented Jun 16, 2023

ImportError: /data/anaconda3/envs/xss/lib/python3.10/site-packages/mgclient.cpython-310-x86_64-linux-gnu.so: undefined symbol: SSL_get1_peer_certificate

@dxjjhm
Copy link
Author

dxjjhm commented Jun 16, 2023

#conda activate xss
#openssl version
#OpenSSL 1.1.1t 7 Feb 2023

python setup.py install successfully,

but import mgclient, throw such error as above,

@gitbuda gitbuda added the bug bug label Aug 31, 2023
@katarinasupe
Copy link

Might be related: memgraph/gqlalchemy#294

@as51340
Copy link

as51340 commented Dec 21, 2023

@dxjjhm Which OS are you using?
I think we had the same issue last year, please check this

@as51340
Copy link

as51340 commented Dec 21, 2023

Investigated the issue, you are probably having locally old version of pymgclient. Clean pymgclient from global path (pip uninstall pymgclient gqlalchemy), activate your conda environmen and install ONLY gqlalchemy (pip install gqlalchemy). You should see that pymgclient 1.3.1 is being built while installing gqlalchemy.

@katarinasupe
Copy link

Hi @dxjjhm, I know you opened this issue a while ago, but if you did manage to find a workaround or manage to try this out, do let us know 😄 I hope that what @as51340 provided could be a solution to this issue.

@katarinasupe katarinasupe added Severity - S2 Severity - S2 Effort - Unknown Effort - Unknown Importance - I2 Importance - I2 community community labels Dec 29, 2023
@katarinasupe
Copy link

Can this be related? #53

@imilinovic imilinovic added Effort - Medium Effort - Medium and removed Effort - Unknown Effort - Unknown labels Feb 22, 2024
@hal-eisen-MG hal-eisen-MG added the Priority - Later Priority - Later label Feb 22, 2024
@katarinasupe katarinasupe added Frequency - Monthly Frequency - Monthly Reach - Some Reach - Some and removed Importance - I2 Importance - I2 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug community community Effort - Medium Effort - Medium Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - Some Reach - Some Severity - S2 Severity - S2
Projects
Development

No branches or pull requests

6 participants