windows环境Google-sparsehash安装
问题:
windows 11环境conda需要安装Google-sparsehash
包,但是conda命令
安装失败。
失败命令:
conda install google-sparsehash
conda install google-sparsehash -c bioconda
conda install -c bioconda google-sparsehash
解决办法
1.根据提示,进入anaconda
官网:https://anaconda.org/,搜索包名字google-sparsehash
。

2.根据搜索结果,点击对应的系统包。我是windows 11电脑,此处点击第二个包。

conda install jithinpr2::google-sparsehash

注:若上述命令仍然不能下载,可以点击上图的“files”将google-sparsehash
离线包下载下来,然后运行命令离线安装。
conda install --use-local "C:\Users\le001\Downloads\win-64_linux-64_google-sparsehash-2.0.3-1.tar.bz2"
参考链接:
windows环境Google-sparsehash安装
error: google/dense_hash_map: No such file or directory