I had an installation of Anaconda3-2024.10-1-Windows-x86_64 perfectly working no issue under c: drive. I decided and regret it to move the installation to d: to save some space on system drive.
bad procedure I did was
- Install an overwrite the first install, choosing d:/anaconda3 navigator was working, powershell and cmd too but overall the environments were very slow.
- delete first install files as it was converted to an environment after installation, bese 1 on c: and base2(lates install) on d:
- uninstalled Anaconda3 and reinstalled it again on d:. navigator not launching, anaconda-cloud error under powershell amd cmd prompt.
- tho this solution I found on the forums solves the error but not the navigator problem
python -m pip uninstall anaconda-cloud-auth
conda install “anaconda-cloud-auth>0.5.0”
Is there a way to clean up the system of any related data that may have been left from first installation on the c: specially that on many occasions python mentioned having access denied error when trying to update or delete temp files.
thank you in advanc for your help