2016-11-11 81 views
0

我爲不同的項目安裝了32位conda和64位conda。我創建了一個新的環境,並在conda 32位繼續安裝64位python 3.5.2

conda create -name ..name.. python=3

指定巨蟒-3命令回升的Python 3.5.2,但在64位,而不是32。但是,當我改變了命令

conda create -name ..name.. python=3.4

它正確拾取了32位python。我的問題是如何強制conda拾取32位python 3.5.2?所以我可以使用一些僅支持python 3.5的軟件包。

這裏就是我沒有和他們沒有工作:

  • 安裝了32位和64位的蟒蛇安裝
  • 32位和64位condas
  • 設置32位Miniconda來前64位Miniconda在PATH
  • 推出32位康達提示
  • 組CONDA_FORCE_32BIT = 1

謝謝!

回答

0

我發現我必須先刪除軟件包緩存。或者強制conda使用-f選項安裝Python。