Open Stack7 opened 2 months ago
which version of GCC and pip do you have?
this is my version of gcc:(GCC) 14.2.1 20240801 (Red Hat 14.2.1-1). it seems like there is a missed reference of a pointer in the error For pip the version is the following: pip 24.2, however I tried with pip 24.1, 24.0 and 23.3.2 and nothing has changed
Seems to be a known issue with datrie and GCC 14: https://github.com/pytries/datrie/issues/101
You will have to download datrie source code and patch one file: https://github.com/pytries/datrie/pull/99 And then install that version.
Hey! I am opening this issue since I have got issues on Installing SCENIC+ on a Fedora HPC, using as higly recommended a conda enviroment.
I have follwed the instruction in the [https://scenicplus.readthedocs.io/en/latest/install.html]:
and I obtain this:
Error output
Expected behavior I expected I could installing without havung so many troubles
Additional context I also tried pip install -r requirements.txt , but nothing changes