Ah using Windows the most braindead operating system the world has ever seen. My coworker had this problem and he solved it using the following command
pip install --only-binary :all: mysqlclient Good luck! On Nov 11, 2018 5:01 PM, "Swetank Subham Roy" <[email protected]> wrote: > First of all you have to install 'libmysqlclient' package globally then > 'mysqlclient-dev' in project environment > > On Sun, Nov 11, 2018, 4:42 PM Ansh Srivastava <[email protected] > wrote: > >> Hey there! I m tryin' to connect mysql database with django, While doin' >> it number of errors prompted out as below:- >> Error sayin' :(install visual c++ for installing other mysql modules). >> However, I installed visual c++ and the error was get sorted out too. But, >> now this new mess came around sayin' :- >> (django.core.exceptions.ImproperlyConfigured: >> Error loading MySQLdb module. >> Did you install mysqlclient?). >> But when I m tryin' to install mysqldb through pip, another creepy thing >> comes up:- >> (Could not find a version that satisfies the requirement mysqldb (from >> versions >> : ) >> (No matching distribution found for mysqldb) >> Any help would be appreciated. >> >> >> [image: Mailtrack] >> <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> >> Sender >> notified by >> Mailtrack >> <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&> >> 11/11/18, >> 4:41:24 PM >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit https://groups.google.com/d/ >> msgid/django-users/CAHMQ533yuHTkgh_bZT__jieb9t%3D3j2j5woqxRfjbDPZWVvCJfg% >> 40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAHMQ533yuHTkgh_bZT__jieb9t%3D3j2j5woqxRfjbDPZWVvCJfg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/CADQ%3DdpoaXC0Orpsbxo2i%2BYJ%3DQvzekBi% > 2B9UyV1HighpvsyizFmQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CADQ%3DdpoaXC0Orpsbxo2i%2BYJ%3DQvzekBi%2B9UyV1HighpvsyizFmQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMMZq8OACPja5r12zbcnXX4obF%2BO3L82Yh8WOwzdvKGa9xpYQg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

