question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'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.

Issue

On macOS this is how I could reproduce the hang:

  • poetry init -n
  • poetry 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:closed
  • Created 3 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dimblebycommented, Sep 2, 2022

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.

1reaction
intgrcommented, Nov 17, 2020

pip has no issue with it

% pip install wasmer
Collecting wasmer
  Downloading wasmer-0.4.1-py3-none-any.whl (1.3 kB)
Installing collected packages: wasmer
Successfully installed wasmer-0.4.1
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found