python - Installation pandas failed due to a deprecated API -


i wanted trythe famous python's library pandas tried install command bellow:

sudo pip install pandas 

but lead failure said python.h file missing did:

 sudo apt-get  update  sudo apt-get install  python-dev -y 

i used pip install once again got error (i add screenshot) , can't find out how fix it. know error , how fix it?enter image description here

the error given gcc

x86_64-linux-gnu-gcc: error trying exec 'cc1plus': execvp: no such file or directory 

indicated c++ compiler package not installed. in case of debian , ubuntu, can done by

apt-get install g++ 

Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -