安装前,已经更改过下载源为清华源(后来知道是不完整的)
执行 conda install pygame 时出现如下提示
(gamepz) PS C:\Users\Embrace> conda install pygame
Channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
- defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- pygame
Current channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
- defaults
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
我以为是下载源的问题,就找了清华大学的镜像网站 : 清华大学开源软件镜像站
看了官网才知道清华源不同步pytorch,我说昨晚下载pytorch时,和同学的相比,总是少一个一点多G的文件,一直不能用GPU跑代码(最后的解决办法是,直接复制环境到 D:\Anaconda\envs 文件夹下就可以了,可以解决多数问题)(env是创建环境的存储目录)
但是我并没有完全按照这个来,如果有上述问题可以试一下用清华源官网给的方法试一下。
我是去anaconda的官网找的pygame的下载指令:
conda install conda-forge::pygame