2017-11-11 135 views
0
失蹤

我試圖用anaconda.In蟒蛇提示,我給安裝PyML-0.7.14蟒蛇包安裝:包在當前雙贏的32個信道

  1. conda install pyml-0.7.14
  2. conda install pyml
  3. conda install pyml=0.7.14

其中每個給出錯誤:

Package missing in current win-32 channels.

我還試圖安裝使用pip

  • pip install pyml
  • 但它給:

    could not find a version that satisfies the requirement. PyML available on anaconda cloud is for 64 bit only.

    回答

    0

    不幸的是,沒有一個版本用於32位Python發行版的PyML。

    您需要安裝64位版本的python才能使用PyML。你可以在Anaconda Windows downloads頁面找到它。

    此外,在anaconda雲上PyML的當前最新版本似乎是0.2.2。在PyML tutorial之後,可能會從源代碼安裝PyML,但我不會對它下注。

    +0

    我可以安裝它沒有anaconda?僅使用Python。 – arpit115

    +0

    本教程中的說明不使用Anaconda – Grr