Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRAK and fast-jl use deprecated setup.py install method #70

Open
BrunoKM opened this issue Aug 20, 2024 · 1 comment
Open

TRAK and fast-jl use deprecated setup.py install method #70

BrunoKM opened this issue Aug 20, 2024 · 1 comment

Comments

@BrunoKM
Copy link

BrunoKM commented Aug 20, 2024

Installig fast-jl with Python 3.11 and setuptools==65.5.0 gives:

> pip install fast-jl
...
  DEPRECATION: fast-jl is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

This could be linked to the issues with installing traker[fast] and fast-jl with pip>=23 in #69

@BrunoKM BrunoKM changed the title TRAK and fast-jl use deprecated setup.py install method TRAK and fast-jl use deprecated setup.py install method Aug 20, 2024
@kristian-georgiev
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants