Hi, We are having some issues with scikit-learn in our buildout process. It appears that scikit-learn imports numpy in its setup.py. We have numpy as a dependency but the scikit-learn installation only succeeds if numpy has been installed externally (i.e. pip install numpy).
Is there a way to solve this issue within buildout? thanks - e p.s. I am very new to buildout!
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
