-
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
Poetry fails with KeyError if the PATH environment variable is not present #3144
Comments
With the debugger I was able to get the traceback:
|
This does not seem to be related to I guess we'll call it a day and wait for 1.1.3 or fork, merge couple of pull requests and build our own poetry... |
@pepastach, we started seeing lots of errors like this as well. As well as suddenly lots of warnings like I moved to 1.0.10 version, which previously worked fine and the same problems were discovered there. |
@pepastach I am not sure you have provided any actionable information there. Perhaps details on how we can reproduce concern you have raised would be a start, @jihadik @pepastach if you are encountering issues with the new installer, you can refer here on how it can be disabled until it stablises. @jihadik Regarding 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. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Ubuntu 18.04
Poetry version: 1.0.10
Issue
When running in CI using a docker container the
PATH
environment variable is not set and causes an issue with poetry. Unfortunately I don't see any traceback. Here's a snipped showing the issue:The text was updated successfully, but these errors were encountered: