

Install MySQL and MySQLClient (Python) in MacOS - Coding … configure sudo make install 1 2 3 4 另外可以配置一下 ssh 的 config,这样可以在开发过程中登录服务器的时候少打几个字,之后正常使用 sshpass … charlie ochoa mediatorĬentos pip install mysqlclient oserror mysql_config not found Using the file command shows the issue: $ file /Library/Frameworks/amework/Versions/2.7/bin/python /Library/Frameworks/Python. The mysqlclient library however has an arm64 version available, which is what you are going to get by default if you do something like brew install mysql-client. That Python is built for x86_64 architecture.

