python - pip install MySQLdb is not working in my pc and some other errors -


i using python-3.6.0 & windows10. during learning django created project , when typed python manage.py makemigrations began show errors. checked many q/a. nothing working there suggestion.

i tried pip install mysqlclient, pip install mysqldb , other commands.

here screenshots

mysqldb error in ide

mysqldb error

now can do. please need help.

you need install mysql-python via pip

pip install mysql-python 

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -