-
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 doesn't resolve on MacOs Mojave #1047
Comments
Tried this out because I'm also running Mojave on my Mac, but I wasn't able to repro. I got the following output:
I am on Poetry 0.12.11, though; what happens if you downgrade? Perhaps a bug was introduced in the newest release. |
@tuchandra the first time I install the dependencies I have no problems either. Can you try to use |
Running it again works fine:
:/ |
Removed Poetry, all the virtualenvs and cleaned the cache folder, then reinstalled it. All is good now. |
@wilfredinni sounds about right Here is a related issue, which may offer a bit of explanation (TLDR has to do with cachecontrol/filelock libs) |
@wilfredinni Since this seemingly is not about OS, and since there are known resolutions, could you edit the ticket title and/or close the ticket? |
Sure. |
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: MacOs Mojave
Poetry version: 0.12.12
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/wilfredinni/8e51c186d7b352d506933380349c7c7a
Issue
poetry update
command doesn't work on my Mac. Just stay inresolving dependencies
. My machine with Manjaro Linux, a 7 years old laptop, resolves in 8 seconds the same pyproject.tom.The text was updated successfully, but these errors were encountered: