Closed GoogleCodeExporter closed 9 years ago
Do not execute the --force with the upgrade it will take 2 hours.
Instead do something like this:
sudo port uninstall py26-matplotlib py26-numpy
sudo port install py26-matplotlib py26-numpy
This should take less than one hour. I did have to babysit it through some
further complications but they are
probably unique to nmr's production setup.
Ideally I wouldn't pickle specific numpy data structures but for now I have no
time to recode/rerun all.
I also found one difference in the pickling but I would have to test to see if
it matters really.
This workaround is verified with unit testing and iCing for python setup.
Original comment by jurge...@gmail.com
on 29 Apr 2010 at 8:19
On my Ubuntu VM numpy is also still 1.3.0:
print numpy.version.version
It would mess up my aptitude to install this manually.
Original comment by jurge...@gmail.com
on 31 May 2010 at 1:31
I'm updating to Ubuntu 10.04 LTS to overcome the numpy problem.
Original comment by jurge...@gmail.com
on 4 Jun 2010 at 8:09
Nice, the new version still only has 1.3.0. Time to debug this for real.
Original comment by jurge...@gmail.com
on 4 Jun 2010 at 9:48
Fixed in r789 by cPickle writing in protocol 2 by explicitly using the number 2
instead of -1 which should have
selected the same.
Checked fine on Ubuntu 10.
Original comment by jurge...@gmail.com
on 4 Jun 2010 at 1:44
Original issue reported on code.google.com by
jurge...@gmail.com
on 29 Apr 2010 at 4:14