I have Python 2.7.6 installed in my system. I was trying to install PyML but I got this error message ValueError: [u' path']
then I found a solution here, Errors while building/installing C module for Python 2.7 which tells me that it is because I have 64 bit version of Python and I need vcvarsamd64.bat
.
It advices to install VS 2008 and .NET 3.5 SDK first, since Python 2.7 version is compatible with VS 2008 compiler. I have already had VS 2010 and .NET 4 SDK in my system which I do not want to uninstall, so I uninstall Python 2.7 and install Python 3.3, and added its path to System Variables.
Now I have been trying to build the package again, setup.py build
but this time, I have this error message saying python 2.5 or later is required
although I actually have python 3.3!
Thanks in advance.