gcc compilation error from python

后端 未结 3 1225
北海茫月
北海茫月 2020-12-31 13:11

I know that there are lots of threads on gcc, particularly \"command gcc failed with exit status 1\", and I\'ve looked at them all and still have not been able to fix this.

3条回答
  •  情书的邮戳
    2020-12-31 13:54

    I was having this issue in cygwin until I realised that the gcc-g++ package needed to be installed also. Now that I have both gcc-core and gcc-g++ installed, pip install pandas works like a charm.

提交回复
热议问题