我正试图在我的机器上安装激光调音滑雪板,但一直失败。我使用的是MacBook Pro 2019版本11.6和Python3.9.7(默认情况下,2021年9月16日,08:50:36) Clang10.0.0: Anaconda .关于达尔文。我尝试过安装的所有其他软件包,使用conda安装或pip安装都很好,但这个包除外。我自己也很难在网上找到答案。我在Python3.8上,但我删除了它,并安装了3.9,因为我认为这是问题所在。很抱歉,我对数据挖掘还不熟悉,还不太了解。
我试过了
conda install -c conda-forge -y ray-tune tune-sklearn但得到了这个:
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:
- ray-tune
Current channels:
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/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.我也试过
pip install ray[tune] tune-sklearn但又回来了
zsh: no matches found: ray[tune]任何帮助都将不胜感激,谢谢。
更新:
我也试过
pip install 'ray[tune]'然后回来了
ERROR: Could not find a version that satisfies the requirement ray[tune] (from versions: none)
ERROR: No matching distribution found for ray[tune]https://stackoverflow.com/questions/71257435
复制相似问题