1👍
Its a bug in mysqlclient
. There are some compatibility issues in mysqlclient
with Python’s 3.2 version. Apparently, mysqlclient
is still not supported in Python 3.2.
Check this django-developers
google group thread where this issue was raised and discussed.
https://groups.google.com/forum/#!topic/django-developers/n-TI8mBcegE
0👍
It looks as though the mysql
code needs to access symbols that your Python interpreter isn’t making available. Perhaps you could load the python-dev
package, which contains them (though I don’t ever remember having to do that myself).
- Upload video to amazon s3 using django and python
- Combining two django models into one form
- Heroku can't find pip when I push app to it
- Django URL Error in Azure web app
- Pip is not installing packages on docker
Source:stackexchange.com