PDA

View Full Version : [SOLVED] python-pandas installation problem



tomasz74
September 11th, 2012, 07:01 PM
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?

tomasz74
September 11th, 2012, 11:46 PM
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