pip raises stdio.h not found error on Mac OS X Mavericks (10.9)

后端 未结 3 1688
你的背包
你的背包 2020-12-31 16:32

I have tried countless solutions at this point and nothing seems to work. I\'m trying to install mysql-python, but this happens with numpy and other packages requiring gcc a

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 17:13

    As @wegry mentioned above--

    brew install python
    

    confirming with

    $ which python
    /usr/local/homebrew/bin/python
    

    just made this entirely go away. Successfully installed numpy and mysql-python with pip!

提交回复
热议问题