我安装mysql-python时使用了那个.whl包,但是显示Could not find a version that satisfies the requirement MySQL_python-1.2.5-cp27-none-win_amd64 (from versions: ) No matching distribution found for MySQL_python-1.2.5-cp27-none-win_amd64。我又尝试安装MySQLclient,也报错:Command “c:\users\hasee\envs\mxonline\scripts\python.exe -u -c “import setuptools, tokenize;file=‘c:\users\hasee\appdata\local\temp\pip-install-njoqtm\mysqlclient\setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record c:\users\hasee\appdata\local\temp\pip-record-vgsu03\install-record.txt --single-version-externally-managed --compile --install-headers c:\users\hasee\envs\mxonline\include\site\python2.7\mysqlclient” failed with error code 1 in c:\users\hasee\appdata\local\temp\pip-install-njoqtm\mysqlclient\。
这是我新建的virtualenv,之前的.whl包可以安装,现在不知道怎么回事,希望有人能解答一下。