Error(Mac OS): sudo pip install MySQl-python

前端 未结 1 607
小蘑菇
小蘑菇 2021-02-06 16:41

I have problem on command

sudo pip install MySQl-python

All log:

  Downloading/unpacking MySQl-python
  Downloading MySQL-pyth         


        
相关标签:
1条回答
  • 2021-02-06 16:48

    From mysql-python on mac os 10.9.1

    Fixed it by running:

    export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments

    before `pip install...```

    Props to Romeo Mihalcea for answering his own question.

    0 讨论(0)
提交回复
热议问题