I am trying to install PyML-0.7.14
using anaconda.In anaconda prompt, I am giving
conda install pyml-0.7.14
conda install pyml
conda install pyml=0.7.14
Each of these is giving error:
Package missing in current win-32 channels.
I have also tried installation using pip
pip install pyml
but it is giving:
could not find a version that satisfies the requirement. PyML available on anaconda cloud is for 64 bit only.
Unfortunately there is not a version of PyML for 32 bit Python distributions.
You will need to install the 64 bit version of python to use PyML. You can find it at the Anaconda Windows downloads page.
Furthermore it seems the current latest version of PyML on anaconda cloud is 0.2.2. It may be possible to install PyML from source following the PyML tutorial, but I wouldn't bet on it.