Katarina Supe

Results 202 comments of Katarina Supe

Hi @Tim-K-DFW, can you try `pip install GQLAlchemy==1.4.1` until we detect if this is a bug related to latest release? Btw as far as I can see, you're using Python...

Did you experience any issues when installing with pip? Also when you installed can you confirm installation is okay by running `pip show gqlalchemy` and provide output? P.S. I see...

Can you remove that installation,[ install all necessary prerequisites ](https://memgraph.github.io/pymgclient/introduction.html#build-prerequisites)for GQLAlchemy (that is, pymgclient) and then try reinstalling it?

I think that might be related to the mismatch of the OpenSSL version. Can you tell me which version you have?

Are you sure that conda env uses that OpenSSL by default? This reminds me of the[ closed issue ](https://github.com/memgraph/pymgclient/issues/40) on the pymgclient repository.

Can you try installing the pymgclient prerequisites in conda env with pip? The steps in conda env would be: ``` pip3 install python3-dev cmake make gcc g++ libssl-dev pip3 install...

My mistake on `pip` side. But the issue you're facing should be related to `conda`. I will do more research on what happened tomorrow and get back to you. Meanwhile,...

Can you try installing gqlalchemy without conda, to verify the assumption?

No problem, I'm glad to help and happy it's working for you now! I will leave this issue open to resolve conda issues 😄

@Tim-K-DFW let us know if you decide to try out Conda env again and verify if what @as51340 provided fixes the issue 😄 Thanks!