Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 无法使用pip、windows安装.whl_Python_Mysql_Pip_Connector - Fatal编程技术网

Python 无法使用pip、windows安装.whl

Python 无法使用pip、windows安装.whl,python,mysql,pip,connector,Python,Mysql,Pip,Connector,Python版本: Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> Pip版本: (venv) C:\ ... \PycharmProjects\TyreAnalsys>pip

Python版本:

Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) 
[MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more 
information.
>>>
Pip版本:

(venv) C:\ ... \PycharmProjects\TyreAnalsys>pip --version
pip 19.0.3 from c:\ ... \ tyres\pycharmprojects\tyreanalsys\venv\lib\site-packages\pip-19.0.3-py3.8.egg\pip (python 3.8)
要使用以下方式安装mysqlclient:

pip install Mysqlclient
但由于vs工具中缺少头文件,因此它总是失败,因此我尝试安装.whl文件,但我遇到了以下问题:

因此,我尝试使用以下方法安装车轮:

pip install D:/mysqlclient-1.4.6-cp38-cp38-win32.whl
但它说:

mysqlclient-1.4.6-cp38-cp38-win32.whl is not a supported wheel on this platform.
我也试过64x版本,但什么也没试过。干杯


我错过了什么?干杯。

。您能将python-c“import wheel.pep425tags”的输出设为w;print(w.get_supported())“并尝试
python-m pip安装…
为什么还有32位python?