Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Created July 23, 2015 14:22
Show Gist options
  • Save tdhopper/769d8e4824a0c647bc08 to your computer and use it in GitHub Desktop.
Save tdhopper/769d8e4824a0c647bc08 to your computer and use it in GitHub Desktop.
tdhopper@~ $ binstar config --set url api.anaconda.org
tdhopper@~ $ binstar config --get url
api.anaconda.org
tdhopper@~ $ conda update conda
Error: maximum recursion depth exceeded in cmp
tdhopper@~ $ conda install flask
Error: maximum recursion depth exceeded in cmp
tdhopper@~ $ python -m pdb /Users/tdhopper/anaconda/bin/conda install flask
> /Users/tdhopper/anaconda/bin/conda(2)<module>()
-> import sys
(Pdb) c
The program exited via sys.exit(). Exit status: Error: maximum recursion depth exceeded in cmp
@srossross
Copy link

@tdhopper you need to use https://

Change: binstar config --set url api.anaconda.org to binstar config --set url https://api.anaconda.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment