我一直在尝试安装conda-accelerate来使用我的机器学习算法的GPU,但是在anaconda提示下安装时,我得到了以下错误:
(base) C:\Users\Ege>conda install accelerate
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- accelerate
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
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.发布于 2020-06-02 07:40:07
看看PyOpenGL-accelerate也许会对你有所帮助。
https://stackoverflow.com/questions/61758738
复制相似问题