Windows中 anaconda中创建虚拟环境变量遇到的问题
1、
参考此大佬链接:https://blog.csdn.net/feifei3211/article/details/80361227
CondaError: Downloaded bytes did not match Content-Length
url: https://repo.continuum.io/pkgs/main/win-64/vs2015_runtime-14.27.29016-h5e58377_2.tar.bz2
target_path: E:\Installation_program_Python\Anaconda3\pkgs\vs2015_runtime-14.27.29016-h5e58377_2.tar.bz2
Content-Length: 2316783
downloaded bytes: 1882565
字节长度不够,主要是因为访问国外网站,访问超时导致的,对此需要下载国内清华和中科大的镜像。(中科大的能使用)
此处也可以使用增大访问时间来解决(未尝试)
conda config --set remote_read_timeout_secs 600.0
然后继续操作
(base) C:\Users\LXR