conda创建虚拟环境时报错:json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 73 (char 72)
在重新安装anaconda时,会自动生成一个.condarc文件,删除即可。
通过以下命令查看.condarc文件的位置
conda config --show-sources
另外,可能会遇到如下错误:
InvalidArchiveError(‘Error with archive D:\anaconda\pkgs\vs2015_runtime-14.27.29016-h5e58377_2io7jamy_\pkg-vs2015_runtime-14.27.29016-h5e58377_2.tar.zst. You probably need to delete and re-download or re-create this file. Message from libarchive was:\n\nCould not unlink’)
解决办法:
(1)用管理员运行Anaconda Prompt重新创建
(2)修改D:\anaconda\pkgs\vs2015_runtime-14.27.29016-h5e58377_2io7jamy_\pkg-vs2015_runtime-14.27.29016-h5e58377_2.tar.zst.文件的权限后重新创建。