Open BrunoKM opened 3 months ago
The blocker for this is that fast_jl
is a torch cpp_extension
which afaik only supports setup.py
:/ (see, e.g., https://pytorch.org/docs/stable/cpp_extension.html). If you know a way around this, that would be great.
Installig
fast-jl
with Python 3.11 andsetuptools==65.5.0
gives:This could be linked to the issues with installing
traker[fast]
andfast-jl
withpip>=23
in #69