如何使用conda install在64位系统上安装Win-32软件包 [英] How to install win-32 package on a 64-bit system with conda install

查看:391
本文介绍了如何使用conda install在64位系统上安装Win-32软件包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要安装软件包 pyspharm

我正在运行64位Windows,并安装了64位版本的Anaconda.

I am running the 64-bit Windows and have the 64-bit version of Anaconda installed.

但是,我要寻找带有

anaconda search -t conda pyspharm

似乎没有渠道为win-64平台制作软件包.

It appears as if there are no channels with a package made for the win-64 platform.

有什么办法可以我仍然安装它?

Is there any way I can still install it?

推荐答案

创建32位python环境:

Crate a 32bit python environment:

set CONDA_FORCE_32BIT=1
conda create -n py27_32bit python=2.7
enable py27_32bit
conda install --channel https://conda.anaconda.org/conda-forge pyspharm

如果要使用64位根环境,请记住要set CONDA_FORCE_32BIT=(设置为空)

Just remember to set CONDA_FORCE_32BIT= (set empty) if you are going to use the root environment 64bit

这篇关于如何使用conda install在64位系统上安装Win-32软件包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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