-
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 install command fails - EnvCommandError #2261
Comments
Solved by running brew doctor and following the instructions to resolve the python links with Perhaps an error output to the user to possible check that or to clarify the issue is with the python istallation may help possible repeats of the issue. |
I also encountered this after brew install another package (which updated my python version).
|
I have a brand new mac with I got the same error when running it the first time The issue got solved after I installed python 3 using |
Yeah the same problem here, what I did was install brew and then |
Thanks for this! This helped solve my problem after I did a |
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. |
[x ] I am on the latest Poetry version.
[x ] 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: macOS Catalina 10.15.3
Poetry version: 1.05
fish version: 3.1.0
Issue
After checking the toml file with
poetry check
which was fine.Attempting to install gave the below error.
(Note also trying
poetry env use 3
gave the same error as doespoetry env info
.Using
python3
works fine and loads the REPL)The text was updated successfully, but these errors were encountered: