python - pip install MySQLdb is not working in my pc and some other errors -
this question has answer here:
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
now can do. please need help.
you need install mysql-python via pip
pip install mysql-python
Comments
Post a Comment