On Wed, Jul 18, 2012 at 12:16:57PM -0700, Jake Vanderplas wrote: > apt-get uninstall python-numpy python-scipy > and then install numpy and scipy through easy_install.
You probably cannot realistically do that, as numpy is used by fairly core libraries of the system (python-gtk for instance, I believe) > Hopefully that will lead to only one numpy on your system. Otherwise, > search for multiple numpy versions and manually delete all but the one > you want to use I would try that option. Having a clean install in which you know exactly what is being imported is important in general. G ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
