You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get towards a packaging of stable-diffusion via Poetry, but for this repro I've stripped out everything except the flake and Poetry files.
Describe the issue
I expected to get a successful Nix build, but instead got:
It seems likely that this is another problem along the lines of #674, but I've run out of willpower to keep going on this myself (Python is simply too cursed for mortal minds, and I spent all my effort on getting a working lockfile), so I'm just throwing this onto the poetry2nix issues queue.
Repro: Smaug123/poetry-to-nix-repro@040003c
Just clone and nix develop, possibly changing the string aarch64-darwin to your target system throughout.
If you think it would help, I can attach the --show-trace.
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #648, actually. Deleting setuptools-scm and setuptools from my Poetry files got through to the point where poetry2nix was unable to find torch from the non-pypi repository.
I was trying to get towards a packaging of stable-diffusion via Poetry, but for this repro I've stripped out everything except the flake and Poetry files.
Describe the issue
I expected to get a successful Nix build, but instead got:
Additional context
It seems likely that this is another problem along the lines of #674, but I've run out of willpower to keep going on this myself (Python is simply too cursed for mortal minds, and I spent all my effort on getting a working lockfile), so I'm just throwing this onto the poetry2nix issues queue.
Repro: Smaug123/poetry-to-nix-repro@040003c
Just clone and
nix develop
, possibly changing the stringaarch64-darwin
to your target system throughout.If you think it would help, I can attach the
--show-trace
.The text was updated successfully, but these errors were encountered: