You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update my all my python packages, using a technique like the one in [2], I often encounter the "Memory error" [1]. Mostly due to the installation of the (laaaaarge) Torch package.
Environment
Description
When I update my all my python packages, using a technique like the one in [2], I often encounter the "Memory error" [1]. Mostly due to the installation of the (laaaaarge) Torch package.
[1] https://stackoverflow.com/questions/29466663/memory-error-while-using-pip-install-matplotlib#31526029
[2] https://stackoverflow.com/questions/2720014/how-to-upgrade-all-python-packages-with-pip/3452888#3452888
When this error occurs, I loose the cursor in my terminal (and other small terminal configurations). I need to
reset
the terminal.Expected behavior
Even on error, my terminal should be reset to its original configuration (no cursor loss).
How to Reproduce
torch
in the venvOutput
reset
to recover your terminal configurationThe text was updated successfully, but these errors were encountered: