首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法用微型锻造下载Python3.6 (conda-forge)

无法用微型锻造下载Python3.6 (conda-forge)
EN

Stack Overflow用户
提问于 2021-10-07 20:45:18
回答 1查看 4.1K关注 0票数 0

我对这件事有点陌生。我最近建立了我的M1 Mac与迷你锻造,以运行加速版的张量流(通过苹果加速器)。正因为如此,我所有的conda环境都运行在python 3.8+中。当我试图为环境安装一个更低的3.6版本时,我会得到以下消息:

代码语言:javascript
复制
PackagesNotFoundError: The following packages are not available from current channels:

  - python=3.6

或者这个:

代码语言:javascript
复制
% 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安装它。或者,如果这不起作用,我是否可以安装某种虚拟机来避免干扰我当前的设置?我在这里能做的最好的事是什么?

EN

回答 1

Stack Overflow用户

发布于 2021-10-07 21:06:39

不幸的是,Python3.6 在M1上不可用“没有支持3.7和3.6的支持的计划,这是它们发布周期中只进行安全修复的阶段”。

这个答案中,有人建议使用Nix,您可以看看。

我还在使用极小值中找到了一些新的解决方案,也许您可以尝试一下。

票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69487671

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档