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

sql - VB.NET Operand type clash: date is incompatible with int error -

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

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -