mysqlclient的转轮

时间:2019-08-09 18:23:49

标签: mysql django

我试图下载mysqlclient,它给了我这个错误

 Building wheels for collected packages: mysqlclient
 Building wheel for mysqlclient (setup.py) ... error
 ERROR: Command errored out with exit status 1:
 command: 'c:\users\acer\appdata\local\programs\python\python37- 
 32\python.exe'
 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = 
 '"'"'C:\\Users\\Acer\\Ap
 pData\\Local\\Temp\\pip-install-4p7ik_w4\\mysqlclient\\setup.py'"'"'; 
 __file__='
 "'"'C:\\Users\\Acer\\AppData\\Local\\Temp\\pip-install- 
 4p7ik_w4\\mysqlclient\\se
 tup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open) 
(__file__);code=f.read().re
place('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, 
'"'"'
exec'"'"'))' bdist_wheel -d 'C:\Users\Acer\AppData\Local\Temp\pip-wheel- 
l3n80_sf
' --python-tag cp37
   cwd: C:\Users\Acer\AppData\Local\Temp\pip-install-4p7ik_w4\mysqlclient\
Complete output (30 lines):

我为mysqclient安装了滚轮,它给了我

C:\Users\Acer>pip3 install C:\Users\Acer\Desktop\mysite\mysqlclient-1.4.2- 
cp35-c
p35m-win32.whl
ERROR: mysqlclient-1.4.2-cp35-cp35m-win32.whl is not a supported wheel on 
this platform.

我正在使用Windows 7 32位python 3.7.4,想知道是否有适用于Windows 7 32位的轮子,或者我是否可以安装不带轮子的mysqlclient我已经安装了c ++构建工具和django,并且当我尝试升级轮子时告诉我所有要求都存在,车轮或环境没有更新

0 个答案:

没有答案