Replies: 1 comment
-
Hi, I came across an interesting issue related to this. In conclusion, it appears that poetry update references the PyPI server, so running a local PyPI server is the only viable solution for offline environments. Reference: #2184 According to this reference, many people are encountering the same problem. Hope this helps, and have a great day! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to use Poetry (version 2.1.1) in an offline environment. All project dependencies are stored in the vendor directory. My pyproject.toml is configured as follows:
When running poetry update, Poetry attempts to connect to PyPI and fails. How do I configure Poetry to work offline?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions