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?
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
Post a Comment