我对这件事有点陌生。我最近建立了我的M1 Mac与迷你锻造,以运行加速版的张量流(通过苹果加速器)。正因为如此,我所有的conda环境都运行在python 3.8+中。当我试图为环境安装一个更低的3.6版本时,我会得到以下消息:
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.6或者这个:
% conda search python
Loading channels: done
# Name Version Build Channel
python 3.8.5 h05baefb_8_cpython conda-forge
python 3.8.6 h12cc5a1_1_cpython conda-forge
python 3.8.6 h12cc5a1_2_cpython conda-forge
python 3.8.6 h12cc5a1_3_cpython conda-forge
python 3.8.6 h12cc5a1_4_cpython conda-forge
python 3.8.6 h12cc5a1_5_cpython conda-forge
python 3.8.6 h3098bc4_0_cpython conda-forge
python 3.8.8 h12cc5a1_0_cpython conda-forge
python 3.8.10 h69cb8a9_0_cpython conda-forge
python 3.8.10 hab31e5c_2_cpython conda-forge
python 3.8.10 hf9733c0_1_cpython conda-forge
python 3.8.11 h35b60ff_4_cpython pkgs/main
python 3.8.11 hbdb9e5c_5 pkgs/main
python 3.8.12 hab31e5c_0_cpython conda-forge
python 3.8.12 hab31e5c_1_cpython conda-forge
python 3.8.12 hd949e87_1_cpython conda-forge
python 3.9.0 h4b4120c_5_cpython conda-forge
python 3.9.0 hd001b3a_0_cpython conda-forge
python 3.9.0 hd001b3a_1_cpython conda-forge
python 3.9.0 hd001b3a_2_cpython conda-forge
python 3.9.0 hd001b3a_3_cpython conda-forge
python 3.9.0 hf1b0709_4_cpython conda-forge
python 3.9.1rc1 h4b4120c_0_cpython conda-forge
python 3.9.1rc1 h4b4120c_1_cpython conda-forge
python 3.9.1 h4b4120c_0_cpython conda-forge
python 3.9.1 hcbd9b3a_1_cpython conda-forge
python 3.9.1 hcbd9b3a_2_cpython conda-forge
python 3.9.1 hcbd9b3a_3_cpython conda-forge
python 3.9.1 hcbd9b3a_4_cpython conda-forge
python 3.9.1 hcbd9b3a_5_cpython conda-forge
python 3.9.2 hcbd9b3a_0_cpython conda-forge
python 3.9.4 h5b20da3_0_cpython conda-forge
python 3.9.5 h54d631c_0_cpython conda-forge
python 3.9.6 h54d631c_0_cpython conda-forge
python 3.9.6 h54d631c_1_cpython conda-forge
python 3.9.6 hc70090a_5 pkgs/main
python 3.9.7 h54d631c_0_cpython conda-forge
python 3.9.7 h54d631c_1_cpython conda-forge
python 3.9.7 h54d631c_2_cpython conda-forge
python 3.9.7 h54d631c_3_cpython conda-forge
python 3.9.7 hc0da0df_3_cpython conda-forge
python 3.9.7 hc70090a_1 pkgs/main
python 3.10.0 h43b31ca_0_cpython conda-forge
python 3.10.0 h70c1b39_0_cpython conda-forge
python 3.10.0 hbdb9e5c_1 pkgs/main 低版本的python包是否不能通过conda锻造获得?我如何能够安装一个较低的版本,而不经历重新安装的麻烦,像Miniconda一样,安装微型锻造,以适应运行与M1芯片是足够困难的是.
我只需要一个运行python3.6的虚拟环境,我可以通过conda安装它。或者,如果这不起作用,我是否可以安装某种虚拟机来避免干扰我当前的设置?我在这里能做的最好的事是什么?
https://stackoverflow.com/questions/69487671
复制相似问题