I’m using a fresh install of Alpine Linux v3.5 with edge/main repos These are the commands I’m running: And that’s the error that I’m getting from the last command: On the ArchLinux host, however, everything installs correctly Answer I’ve been having the same problem. I removed in my requirements.txt the version name and it worked. I checked the version than
Tag: pip
Cannot get Pandas to install ! Help! (pip install pandas)
I’m trying to install Pandar but I can’t get pandas to install on my linux Centos 6.4. Running pip install pandas leads to this error: What should I do to fix this? Answer Im pretty sure thats a compiler error, so try installing g++ on the system if you are working on linux, run this.