ModuleNotFoundError: No module named 'MySQLdb' in windows
You can install mysqlclient with pip
If using Python3, try this:
pip3 install mysqlclient
or in Python2
pip install mysqlclient
ModuleNotFoundError: No module named 'MySQLdb' in windows
You can install mysqlclient with pip
If using Python3, try this:
pip3 install mysqlclient
or in Python2
pip install mysqlclient
ModuleNotFoundError: No module named 'MySQLdb'
sudo apt-get install libmysqlclient-dev
sudo apt-get install libssl-dev
pip install mysqlclient
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us