Failed to install mysql-python using pip in python2.7?

I have been using python3 + flask, before. I recently watched a project video of Django. There are all kinds of problems in configuring the environment when python2.7 uses django on win10. There are problems in installing mysql-python and ansible packages with pip, and there are all kinds of errors. I can say that I have no problem installing ansible with python3 on win10. The following is an error report. I have no idea what the cause of the problem is.

clipboard.png

clipboard.png


Please make sure that your pip is python2.7, because python2.7 has a built-in ConfigParser module, and python3 has been changed to configparser


it is not successful to install the latest version directly with Pip install ansible, but it is strange to install ansble 2.2.3 version OK.

clipboard.png

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3139c-2bd73.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3139c-2bd73.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?