• pip 安装 mysqlclient 报错 Command errored out with exit status 1


    安装mysqlclient报错:

    ERROR: Command errored out with exit status 1: 'd:cscsruanjiananzhuangpythonpython.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\at2893\AppData\Local\Temp\pip-install-mevniq0a\mysqlclient\setup.py'"'"'; __file__='"'"'C:\Users\at2893\AppData\Local\Temp\pip-install-mevniq0a\mysqlclient\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"' '"'"', '"'"' '"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:Usersat2893AppDataLocalTemppip-record-ow_v2_4ainstall-record.txt' --single-version-externally-managed --compile --install-headers 'd:cscsruanjiananzhuangpythonIncludemysqlclient' Check the logs for full command output.

    解决方法:

     1、命令行查看python版本。

      

       2、网址: https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient

       下载:mysqlclient-1.4.6-cp37-cp37m-win32.whl

       cp37:python3.7   win32 ---32位

       

           3、下载之后放在文件夹下面, 在该目录下,启动命令行,输入命令pip install mysqlclient-1.4.6-cp37-cp37m-win32.whl    即可下载安装mysqlclient成功。

        

        

    ysqlclient-1.4.6-cp37-cp37m-win32.whl

  • 相关阅读:
    专题页移动端适配实例
    iconfont字体图标使用方法
    HBuilder常用快捷键
    tab
    tab-qq
    微信小程序之购物车功能
    margin塌陷
    weui-wxss-master下载地址
    python_vlc 播放http流
    go学习笔记-简述
  • 原文地址:https://www.cnblogs.com/taiyangfeng/p/12562561.html
Copyright © 2020-2023  润新知