-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[ValueError] Repository <foo> does not exist in Docker build #2109
Comments
When upgrading poetry locally to 1.0.4 it breaks too. |
this is related to #2110 poetry installed with pip has this problem installing packages from custom repos for all 1.0.x versions. If you install with get_poetry.py then it is broken in 1.0.4 but can be rescued by installing 1.0.3 (or presumably lower) |
fixed by the fix to #2110 |
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. |
-vvv
option).Ubuntu 18.04 in docker
1.0.4
https://gist.github.com/timothyjlaurent/5b415a428114c4da8d99753d4381d60d
Issue
We had been building with poetry in a docker container for the past couple months. Suddenly today, the build stopped working and raising a ValueError instead. Near the bottom of the dependencies list we have a package pointing to an internal repo, when it tries to install this package this happens:
Even though we have this in the project.toml
I tried updating the lock file, downgrading poetry to 1.0.3 and 1.0.2, but I'm getting the value error everywhere.
Again, I'm able to build this locally on OS-X but the poetry install on Docker Ubuntu 18.04 just started failing.
The text was updated successfully, but these errors were encountered: