Open panda2134 opened 7 months ago
There's already code that adds autoPatchelfHook https://github.com/nix-community/poetry2nix/blob/d11c01e58587e5f21037ed6477465a7f26a32e27/mk-poetry-dep.nix#L131 But it checks for binary wheels by looking for "manylinux" in the wheel file name, which fails to match the package names in pytorch's index
Describe the issue
When trying to use
torchvision
stdenv complained about not being able to findaddAutoPatchelfSearchPath
.That's because on this line we're missing
Additional context
default.nix
/shell.nix
/flake.nix
:pyproject.toml
: