Here's the problem: erg@ommegang ~/python/scikit-learn $ [master*] python --version Python 3.3.0
I've been running `sudo python2 setup.py install`, which works, but when I also do `make` after calling the `build_ext -i` line, then python3-ness takes over my nosetests and I get the error until I remove the python3 build. Maybe we could have a better error message in this case? Doug On Thu, Oct 18, 2012 at 2:22 PM, Gael Varoquaux <[email protected]> wrote: > On Thu, Oct 18, 2012 at 02:19:33PM -0700, Doug Coleman wrote: >> Still the same problem after trying both of your suggestions. > > Can you run: > > $ python setup.py build_ext -i > $ ls sklearn/__check_build > > And give us the output of that last command? > > Gael > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
