-
Notifications
You must be signed in to change notification settings - Fork 32
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
undefined symbol: SSL_get1_peer_certificate #294
Comments
Hi @0xReagan8, can you try installing all of the prerequisites, including the build prerequisites for pymgclient? OpenSSL might be missing. |
The following packages will be UPDATED: ca-certificates anaconda::ca-certificates-2023.08.22-~ --> conda-forge::ca-certificates-2023.11.17-hbcca054_0 python-devtools 0.12.2 pyhd8ed1ab_0 conda-forge I am still getting -> undefined symbol: SSL_get1_peer_certificate |
Can you write down the OS you're running this on? |
I see we had this issue a couple of times reported now, and it is mostly related to Conda env. Can you try installing gqlalchemy without Conda? Here is related discussion: #285 (comment) |
Investigated the issue, you are probably having locally old version of |
@0xReagan8 can you try what @as51340 suggested and let us know whether that works for you 🙏 😄 |
I tried this and it did not work for me. I am still encountering this issue. I even tried creating a fresh conda env. |
I got it working. I shouldve checked out this thread sooner: memgraph/pymgclient#40 Installing openssl via conda forge and uninstalling gqlalchemy and pymgclient then reinstalling did it for me. |
I am glad to hear, @Cazual95, that it's working for you now, and thank you for providing the info on how you made it work to help others as well. What are you working on? |
Of course! Im building a little app to experiment with streaming data. I want to test some real-time entity alignment algorithms. And maybe play with an event-driven graph. |
@Cazual95 I somehow totally missed this comment. Memgraph seems like a good choice for such a graph. If you still haven't, join our Discord community or schedule an office hours call if you have any questions. |
Memgraph version Which version did you use?
2.13.0
Environment Some information about the environment you are using Memgraph
on: operating system, how do you connect, with or without docker, which driver
etc.
docker w/ conda pytohn =3.10.0
Describe the bug A clear and concise description of what the bug is.
trying to install
undefined symbol: SSL_get1_peer_certificate
To Reproduce Steps to reproduce the behavior:
from gqlalchemy import Memgraph
Expected behavior A clear and concise description of what you expected to
happen.
Logs If applicable, add logs of Memgraph, CLI output or screenshots to help
explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: