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

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -