在Anaconda中创建python 3.3环境 [英] Creating python 3.3 environment in Anaconda

查看:114
本文介绍了在Anaconda中创建python 3.3环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Anaconda(安装了最新的Minicoda3)中创建python 3.3环境.

I would like to create a python 3.3 environment in Anaconda (latest Minicoda3 installed).

我尝试使用 conda create -n py33 python = 3.3 :

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - python=3.3

Current channels:

  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch
  - 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

(如果有python 3.3版本,我也添加了conda-forge).查找Anaconda和Conda-forge存储库,在我看来python 3.3已被弃用,因为它没有在可用的软件包中列出.

(I added conda-forge too in case there is a python 3.3 version there). Looking up the Anaconda and Conda-forge repositories, it seems to me that python 3.3 is deprecated, as it is not listed among the available packages.

但是,我需要使用python 3.3.我更愿意通过Anaconda来做到这一点,但这并不是绝对必要的.另外,考虑到Anaconda存储库中不提供Python 3.3,我想其他的python包也将不可用?

However, I would need to use python 3.3. I would prefer to do it through Anaconda, but it is not strictly necessary. Also, given that Python 3.3 is not available in the Anaconda repo, I suppose additional python packages wouldn't be available either?

推荐答案

事实证明,免费"存储库中提供了Python 3.3:

It turned out that Python 3.3 is available in the 'free' repository:

conda create -n py33 python=3.3 --channel free

这完美无瑕.

这篇关于在Anaconda中创建python 3.3环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆