Tim

Results 12 comments of Tim

Same here with 8.4.0. Upgrading `prompt-toolkit` to 3.0.29 has not changed anything. Downgrading ipython to 8.0.0 has fixed it.

Another use case is `collect`/`gather` all values of a given column (of every group) into a list. In pandas I'd do ``` collect = lambda x: list(x) df.groupby('col1').agg({'col2' : collect})...

Hi Katarina, thank you for the quick response! - Same result with 1.4.1 - Yes, python 3.9.16.

1. The only issue first time was pip complaining of `cmake` missing, so I installed that, and then gqlalchemy installed with no problems. 2. `pip show gqlalchemy` gives: ``` Python...

I did: - new conda env with python 3.9.16 - `sudo apt install python3-dev cmake make gcc g++ libssl-dev` (from your link) - `pip3 install --user pymgclient` (from your link)...

![image](https://github.com/memgraph/gqlalchemy/assets/8753831/fc564fef-6238-4f97-8c45-c65026c2552b)

(I mean, `pip show openssl` in this environment doesn't show any versions of openssl installed). ![image](https://github.com/memgraph/gqlalchemy/assets/8753831/4259383d-d642-400a-97f7-f6352525a128)

`ERROR: Invalid requirement: 'g++'` 😬 I googled a few solution options but not sure what exactly you had in mind.

YES! In vanilla python, it's importing with no issues. This has to be some Conda stuff. Thank you so much!