Unable to Locate Package python-pandas

11,811

Enable universe repository by executing:

sudo add-apt-repository universe

sudo apt-get update

Or by using the Software & Updates application:

Imgur

Then execute:

sudo apt-get install python-pandas

You may use Ubuntu Software Center instead:

Imgur

Share:
11,811

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I am running Ubuntu 14.04 LTS. To install the Python pandas library, I ran

    sudo apt-get install python-pandas
    

    The output was as follows:

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package python-pandas
    

    Why can the package not be located?

  • karel
    karel over 3 years
    There aren't many python- prefixed packages left in Ubuntu 20.04 including the old python-pandas package. Most python- prefixed packages have been updated from python to python3 in 20.04.