79073474

Date: 2024-10-10 08:47:31
Score: 1
Natty:
Report link

I actually came from here to this question: https://community.anaconda.cloud/t/issue-updating-anaconda-cant-open/70182

Unfortunatedly they used the wrong quotation marks, so you get an PackagesNotFoundError for "“anaconda-cloud-auth"

You have to type (use "..." insted of “...”):

python -m pip uninstall anaconda-cloud-auth
conda update conda
conda install "anaconda-cloud-auth>0.5.0"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tom Br.