There seem to be a configuration change of the cpython site used to run the tests on jenkins:
https://jenkins.shiningpanda-ci.com/scikit-learn/job/python-2.7-numpy-1.6.2-scipy-0.10.1/2085/console $ python -c import numpy; print 'numpy: ' + numpy.__version__ Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] Traceback (most recent call last): File "/home/slave/virtualenvs/cpython-2.7.2/lib/python2.7/site.py", line 677, in <module> main() File "/home/slave/virtualenvs/cpython-2.7.2/lib/python2.7/site.py", line 657, in main paths_in_sys = addsitepackages(paths_in_sys) File "/home/slave/virtualenvs/cpython-2.7.2/lib/python2.7/site.py", line 273, in addsitepackages addsitedir(sitedir, known_paths) File "/home/slave/virtualenvs/cpython-2.7.2/lib/python2.7/site.py", line 203, in addsitedir addpackage(sitedir, name, known_paths) File "/home/slave/virtualenvs/cpython-2.7.2/lib/python2.7/site.py", line 172, in addpackage exec(line) File "<string>", line 1, in <module> ImportError: No module named new This does not seem to be related to any of the recent changes on scikit-learn source code but rather a change on the jenkins VM image itself. Has anybody installed or updated python libraries on it recently? -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
