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.