Slow Performance with conda command, pip command, and Importing Packages in Python
I’ve been experiencing significant slowdowns when using commands such as conda list
, pip list
, or importing packages after entering Python. However, running other Linux commands like nvidia-smi
or ps -f -p PID
is very smooth. Is there something wrong with my conda environment?