Installing fails: mysql_config not found
See original GitHub issueI want to upgrade from pattern 2.6 to 3.6 I uninstalled, and now I do:
sudo pip install pattern
and get
EnvironmentError: mysql_config not found
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:8
Top Results From Across the Web
pip install mysql-python fails with EnvironmentError
It seems mysql_config is missing on your system or the installer could not find it. Be sure mysql_config is really installed.
Read more >mysql_config not found` when running pip install · Issue #652 ...
My docker container fails on the following line when executing the following line in the specify7 makefile: That is the error I get: ......
Read more >Unable to install python mysqlclient - OSError: mysql_config ...
An answer there shows 3 ways to install the Python drivers/connectors ... To install the MySQL-python package, type the following command:
Read more >OSError: mysql_config not found - Bobcares
“OSError : mysql_config not found” is an error we usually get when installing the python mysqlclient module using pip.
Read more >Error mysql config not found when installing mysqldb python ...
I am trying to get a Python script to run on the linux server I'm connected to via ssh. The script uses mysqldb....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You don’t have root on all machines where you might want to use pattern, and I also do not see a reason why mysql-client should be a required dependency. Especially when the documentation mentions:
Please make optional dependencies optional.
I got it working with no errors.