-
Notifications
You must be signed in to change notification settings - Fork 55
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
Dependency walk failed #186
Comments
I encountered the same bug too. part of pyproject.toml
then the exception is thrown if you run poetry export. But the exception is not thrown without lines containing darwin. |
I'm having the same issue with the same dependency structure for torch and torchvision like yours. Somebody please help...! |
I was running into this issue when building my docker image, setting the platform flag fixed it for me. |
Duplicate of #183 |
poetry export to requirements.txt fails with
Dependency walk failed at torch (>=1.6.0) error
Any fix available? if not any workaround available?
Poetry (version 1.2.2)
System Version: macOS 13.2 (22D49)
Kernel Version: Darwin 22.3.0
pyproject.toml
the poetry.lock has 2 versions for torch "1.13.1" and torch = ">=1.6.0"
and torch = ">=1.6.0" coming from sentence-transformers
The text was updated successfully, but these errors were encountered: