Re: [SciPy-Dev] ANN: NumPy 1.9.0 release candidate 1 available

OK, it's fixed by doing: rm -rf ~/.local/lib/python2.7/site-packages/numpy* python setup.py install --user I guess something was not cleaned out from previous packages

It is generally a good idea when switching between releases to execute "git clean -fxd" prior to rebuilding. Admittedly, I don't know how cleaning out that directory in .local could have impacted things. Go figure. Cheers! Ben Root On Fri, Aug 29, 2014 at 8:50 AM, Neal Becker <ndbecker2@gmail.com> wrote:
OK, it's fixed by doing:
rm -rf ~/.local/lib/python2.7/site-packages/numpy* python setup.py install --user
I guess something was not cleaned out from previous packages
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
participants (2)
-
Benjamin Root
-
Neal Becker