执行 conda install pandas
报错提示
Solving environment: failed with initial frozen solve. Retrying with
flexible solve.
第一步:尝试清空缓存
conda clean --all
再次尝试 下载,如果好了就没问题,但是我这里又提示了报错
然后又提示报错
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/win-64/repodata.json>
有可能是因为网不好
第二步:尝试设置超时时间
conda config --set remote_read_timeout_secs 1000.0
然后再次执行 conda install pandas
就可以了