Closed rkkarpuram closed 10 years ago
Managed to resolve and install milk by commenting out the following lines in file [npy_deprecated_api.h] plus making sure the g++ used is from anaconda scripts and not of Rtools as above.
#define _WARN___LOC__ __FILE__ "("_WARN___STR1__(__LINE__)") : Warning Msg: "
#pragma message(_WARN___LOC__"Using deprecated NumPy API, disable it by " \
"#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION")
Thank you for the report, glad you solved it.
I've been trying to install milk on my windows machine [windows 7 64 bit anaconda(spyder 2.2.5) Python 2.7.5 64bits, Qt 4.8.4, PySide 1.2.1]. Spent whole day trying to figure out what is causing this build fail but failed. Below is a trail of the >>>pip install milk log...
at the end it skips many lines of code saying 'skipping incompatible...'. Can someone please help me with a way to get around this to work?