When I want to use conda to install setuptools in ubuntu, I encountered the following:
****Solving environment: failed CondaIndexError: Invalid index file: https://repo.continuum.io/pkgs/pro/noarch/repodata.json.bz2: Unable to determine SOCKS version from socks://127.0.0.1:1080/****
How to handle this problem?
conda clean -i- darthbith