-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONTRIBUTING.md is missing mysql_config command being a developer dependency #7399
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I found that $ pip freeze | grep -i mysql
mysqlclient==1.4.2.post1 |
@mistercrunch Updated so in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
`mysql_config` missing, is a common environmental dependency issue. because
mysqlclient need MySQLConnector/c. if we use pymysql instead of
mysqlclient,these
problems may be avoided. pymysql is a pure python mysql client.
…On Wed, Jul 3, 2019 at 9:32 AM stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions. For admin, please label this issue .pinned to
prevent stale bot from closing the issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7399>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPMKUQTV6BVMIC5C2SXAGTP5P6RFANCNFSM4HI7JS6A>
.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
requirements-dev.txt
requiresmysqlclient
which requires the OS dependency themysql_config
command. CONTRIBUTING.md does not let the new developer know this.Expected results
Expect: success!
Actual results
mysql_config not found!
How to reproduce the bug
mysql_config
command on itpip install -r requirements-dev.txt
Environment
release--0.31
,b3aa5633
]3.6.7
,3.6.8
,3.7.3
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: