Knowledge map advanced must read: read how large-scale map data efficient storage and retrieval>>>
Question:
develop a management platform with Python 3 and store metadata with MySQL database. When installing the mysqlclient module with PIP, “oserror: MySQL” appears_ “Config not found” error
Solution:
just install the libmysqlclient dev package. If you have any problems, you can install Python dev
input command: apt get install libmysqlclient dev python3 dev can solve this problem input command: apt get install libmysqlclient dev python3 dev can solve this problem
Similar Posts:
- CentOS 7: How to Solve Mysqlclient Install Error
- How to Solve Django Error: No module named ‘MySQLdb’
- [Solved] libmysqlclient.so.16: cannot open shared object file: No such file or directory Error
- EnvironmentError: mysql_config not found
- [Solved] ModuleNotFoundError: No module named ‘MySQLdb’
- Error in Python compilation on MAC no module named mysqldb
- Linux Error: _mysql.c:32:20: fatal error: Python.h: No such file or directory [Solved]
- [Solved] Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-9enuqi/My…
- Troubleshooting MySQL Python error on MAC
- [How to Solve] Library not loaded: libmysqlclient.18.dylib