python-pandas installation problem
Hello
Does anyone know why python-pandas package is not available?
~$ sudo apt-get install python-pandas
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package python-pandas
What is the best solution to install it in Ubuntu 10.04?
Re: python-pandas installation problem
Ok. Found sort of answer.
pandas require numpy 1.6, where by default in Ubuntu 10.4 is 1.3
To install newer version of numpy:
http://ubuntuforums.org/showthread.php?t=1573925
After
sudo easy_install pandas should work