Hi,
I tried to update conda with command "conda update conda", and met error: NoSpaceLeftError_No space left on devices.
Do you know what is problem?
Thanks,
Hee-Sung
Hi,
I tried to update conda with command "conda update conda", and met error: NoSpaceLeftError_No space left on devices.
Do you know what is problem?
Thanks,
Hee-Sung
Hello!
This error means that you run out of the disk space on the local machine or quota on the server.
I would try to delete unnecessary environments, free the trash bin and clean downloaded unused packages and cash with
conda clean --all
Best,
Thanks for quick reply.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.