bkarlson commented on issue #5013: URL: https://github.com/apache/superset/issues/5013#issuecomment-761603860
Folks, proper solution for Ubuntu: ```sh cd /var/lib/superset source venv/bin/activate pip install mysqlclient ``` Done. Explanation: superset runs in virtual environment and globally (system-wide) installed modules are not reachable from venv. Hence you'd need to dive into venv and install the module there. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
