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

SVG stroke-linecap doesn't work for circles in Firefox? -

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -