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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -