-
Notifications
You must be signed in to change notification settings - Fork 0
Cannot install pyfnntw==0.4.1 on Fedora #6
Comments
Looks like there are some features used that were introduced after 1.64. If you can, try upgrading your rust version. I think the latest is 1.71 which is |
Also, in case you are interested: I've developed an even faster in-place library at https://github.com/cavemanloverboy/bosque. Because it is in-place, it's not suitable for all use cases. It is still a work in progress, but is very fast. |
OK,
But this works:
What is passed to that function except for the data? Regarding faster libs: sure, love to test it out, but I need them exposed into python, too. Best wishes, |
Also, it looks like the Tree64 supports only dim = 2 or dim = 3? |
That's correct. This was specialized for real spatial dimensions (particularly with periodic boundary conditions). If you don't need PBCs, I would recommend trying to port
|
I did not really expect port this to python when I wrote it. As such, due to const generics in Rust, I had to pick a few dimensions so I just picked 2 and 3. You could, however, download the source code and compile for your use case. |
Hello,
Cannot taste the speed, so to say:
$ cargo -V
cargo 1.64.0 (387270bc7 2022-09-16)
$ python3 -V
Python 3.10.11
Error during the installation:
Help greatly appreciated!
Best wishes,
Matteo Lacki
The text was updated successfully, but these errors were encountered: