Closed zachwill closed 11 years ago
Hi,
Thanks. The problem is that you need eigen installed (C++ headers-only library). I would like to improve the error message as a result of your report, but I am not sure how to do it.
I seem to be running into an identical problem even after installing the package eigen via brew (brew install eigen
).
I wonder if it's a path issue in my case?
Hey guys,
Can you try this version: http://luispedro.org/raw/milk-0.5-git.tar.gz
Let me know if it works. If so, I'll upload it to github.
Tx Luis
After a discussion on the mailing list, where success was reported with this version, I released it as 0.5.1.
I am closing this. Please open a new ticket if you still have any issues.
I still see this issue on Mountain Lion using macports. clone milk, on current master head, python setup.py build,
milk/supervised/_lasso.cpp:10:10: fatal error: 'eigen3/Eigen/Dense' file not found
Have tried installing eigen via macports, no change.
Turns out that this was due to an https certificate error from wget from bitbucket in get-eigen.sh, so not a problem with milk.
@jamespjh Find any workaround for it? Thanks for figuring this out!
I manually edited get-eigen.sh to add --no-check-certificate: not a great approach, but it got me moving.
Hey @luispedro,
I have Python 2.7.3 installed through homebrew, and I'm seeing the following error when trying to install through pip:
When I clone the repo and run
python setup.py install
, I get this error:Thanks for any help!