-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Different behavior when installing packages from a private repo than pypi #7814
Comments
non-pypi repositories are typically different than pypi repositories my wild guess would be that this duplicates #4000 etc (the more recent comments are more useful than the older ones) however without a way to reproduce this it's unlikely that anyone can help you. |
I just stumbled upon the same problem when using an Azure feed and created a reproducer that shows the same issue by injecting pypi as a legacy repo:
This leads to the dependencies not being installed and being omitted from the
We use the Azure feed as a transparent mirror for PyPI, so all packages should go through that. Nevertheless, I got a workaround when setting ("normal") PyPI as the source for the affected package. @dimbleby Should I post that over at the other issue (#4000)? I think its a slightly different constellation. |
Thanks for your fast response. Just for future reference, following steps fixed it (although I did a fresh pipx install of poetry before?):
I think that I missed the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The above
pyproject.toml
works and when I doeverything works as expected.
If I add to the
pyproject.toml
the following info:Then, poetry does not install pytorch correctly anymore and misses some drivers. It seems as if it does not identify all needed dependencies.
I want to ask if you think this might be an issue with poetry not behaving the same on pypi than on a private repo, or if it might be that devops does not work as pypi? The above has been working with past versions of torch<2.0.0.
Thanks.
-vvv
option) and have included the output below.The text was updated successfully, but these errors were encountered: