“my_config.h” file not found when install mysql-python on osx 10.8

前端 未结 12 2026
礼貌的吻别
礼貌的吻别 2020-12-07 11:06

I face this problem when I want to install mysql-python on osx 10.8, it show error with \'my_config.h\' file not found.

Below is my running code:

sud         


        
12条回答
  •  伪装坚强ぢ
    2020-12-07 11:49

    On macos I followed the installation instructions at gethue. Then I downloaded my_config.h from Oracle, placed the file in /usr/local/include, and the installation was able to continue. But stopped at an unrelated missing file.

提交回复
热议问题