问题:
Anaconda: An unexpected error has occurred. Conda has prepared the above report.
解决:
conda clean -i
问题:
To search for alternate channels that may provide the conda package you're looking for.......
解决:
原来>>conda install 包,改用>>pip install 包