rjurney opened a new issue #7399: CONTRIBUTING.md is missing mysql_config command being a developer dependency URL: https://github.com/apache/incubator-superset/issues/7399 [`requirements-dev.txt`](requirements-dev.txt) requires `mysqlclient` which requires the OS dependency the `mysql_config` command. CONTRIBUTING.md does not let the new developer know this. ### Expected results ```bash pip install -r requirements-dev.txt ``` Expect: success! ### Actual results mysql_config not found! #### How to reproduce the bug 1. Have a system without the `mysql_config` command on it 2. Run: `pip install -r requirements-dev.txt` 4. See error ### Environment - OS: Ubuntu 18.04 and OS X 10.14.4 - superset version: [`release--0.31`, `b3aa5633`] - python version: `3.6.7`, `3.6.8`, `3.7.3` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [*] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [*] I have reproduced the issue with at least the latest released version of superset. - [*] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
