Open fcastilloec opened 3 years ago
I had this issue as well when running pip-autoremove after installing packages with pip install --user
. In case further information helps:
--user
packages as fcastilloec suggested (such as by having a --user
option?) would at least reduce the impact: It would allow the command to run and run more safely (Though it may still grab too many, it wouldn't mess with the system).python3 -m pip install --user --upgrade pip setuptools wheel
(avoids pip 20.0.4 which only accepts spyder_kernels not spyder-kernels) then python3 -m pip install --user --upgrade spyder-kernels
.
When running the command, it seems that all dependencies are being removed, including system ones (installed by the OS package manager). It would be great to have an option/flag that will only uninstall user packages.