'poetry add wasmer' and 'show --outdated' hang forever on macOS
See original GitHub issue- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- OS version and name: macOS 10.15.7
- Poetry version: Poetry 1.1.4
- Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/intgr/767f32b18bd00164cceae9d02621af49
- Python 3.9.0
Issue
On macOS this is how I could reproduce the hang:
poetry init -npoetry add wasmer
Also, if I already have wasmer in my project dependencies, then poetry show --outdated hangs forever.
However, on Linux I could not reproduce the issue, so there seems to be something macOS specific.
This is different from the other hang I reported in #3200. In the case of #3200, the bug cannot be triggered via Poetry CLI and there’s a simple workaround. In this case I’m using Poetry CLI as designed and I have not found any workarounds.
% poetry init -n
[...]
% time poetry add -vvv wasmer
Creating virtualenv test-y5X0okRo-py3.9 in /Users/marti.raudsepp/Library/Caches/pypoetry/virtualenvs
Using virtualenv: /Users/marti.raudsepp/Library/Caches/pypoetry/virtualenvs/test-y5X0okRo-py3.9
^Cpoetry add -vvv wasmer 0.92s user 3.63s system 0% cpu 12:56.92 total
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Poetry hangs when installing torch - python - Stack Overflow
When I've installed packages with Poetry, I've seen some packages, like pylint, only display the line. Installing pylint (2.11.1).
Read more >Python's poetry hangs while solving dependencies
I'm using python's most recent version (3.9.0) but for this particular program I use python 3.6.9 with pyenv locally set for compatibility ...
Read more >Untitled
Ohio club lamb breeders, Roblox catalog, Art keywords display, Skip beat 206 raw ... New england mg t registry, Beat generation poetry characteristics, ......
Read more >Untitled
#Iluv cases for macbook pro! Kanye instrumental, Aeberhard sa renens, Sadiqi blogspot. #para You bjd, Rggi auction june 2013! Benzodiazepines conversion ...
Read more >Configuration | Documentation | Poetry - Python dependency ...
macOS : ~/Library/Preferences/pypoetry; Windows: %APPDATA%\pypoetry ... To change or otherwise add a new configuration setting, you can pass a value after ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

probably duplicate #6030 in which we learned that cachecontrol uses lockfiles and, presumably, if you hit Ctrl-C or similar at an unfortunate moment then that lockfile gets left lying around - at which point you are stuck until you remove it.
pip has no issue with it