Not able to install pandas
and python3-pip
.
Also tried these commands:
sudo apt-get install python3-pip
sudo apt-get install python3-setuptools
sudo python3 -m pip install pandas
Not able to install pandas
and python3-pip
.
Also tried these commands:
sudo apt-get install python3-pip
sudo apt-get install python3-setuptools
sudo python3 -m pip install pandas
sudo apt install python3-pandas
? No reason to pip. – Jacob Vlijm Feb 20 '18 at 17:10E: Unable to locate package python3-pandas
– Vipul Rao Feb 20 '18 at 17:11E: Unable to locate
means to runsudo apt update
. If that doesn't fix it, then check your/etc/apt/sources.list
. – user535733 Feb 20 '18 at 20:44