seibert-media / teamvault

Keep your company's passwords behind the firewall
Other
40 stars 12 forks source link

Dev Setup: `pip install -e .` gets stuck sometimes #169

Open NilsGke opened 2 months ago

NilsGke commented 2 months ago

the last output is:

Building wheels for collected packages: teamvault
  Building editable for teamvault (pyproject.toml) ... /

The caret thing (last character) does not spin anymore and nothing happens

if i dont use the -e flag, it works fine

This only happens sometimes and i cant tell if i am doing something different. Someone know anything?