Bastian
Bastian
> The instructions seem clear that you must launch from /Applications. Well, I thought I explained why it wasn't clear to me, but then probably I'm just a stupid user.
How about > To install RT, drag icon onto /Applications (it will not start if in another location). ?
Any hope to fix this soon without the `arch -x86_64` workaround? The latter stopped working for me. Unfortunately I can't reproduce the original error I got, now my Python system...
Ok I tried to follow that in a venv, because I have other software that needs newer numpy versions, but for some reason installing a
I'm using a workaround for that: I don't call `.run()` on the builder but call `.buildQueryObject()` to get the query object instead, which one can then use to run in...
I've [created a PR](https://github.com/jamesfer/cypher-query-builder/pull/163) for this which simply adds another `Pattern` class, `PathNamePattern`, to allow this.
By the way neo4j allows naming paths not only in `MATCH`, but also in `CREATE` and `MERGE`. Though the cypher reference mentions them only for `MATCH`.
You need to use `.raw` for now: ```qb.raw("RETURN collect(something)");```
This just happened to me, too, upgrading to Version 25.2.3 (20250319.113058). Not sure which version I had previously, but I think just the previous release. Any way to get it...