Problem: When you are trying to connect django with mysql things break for no reason, like the mysql client fails to install through “pip install mysqlclient” Solution: on the django side first you need to deactivate from the python environment: to do that just type “deactivate” then u should be on # or $ […]