当前位置: 首页 > article >正文

【解决】Linux环境中mysqlclient安装失败问题

问题描述

在Linux系统下安装myslclient报异常。系统为Centos 8

使用 pip install mysqlclient 报出下面的异常

 error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [30 lines of output]
      /bin/sh: pkg-config: command not found
      /bin/sh: pkg-config: command not found
      /bin/sh: pkg-config: command not found
      Trying pkg-config --exists mysqlclient
      Command 'pkg-config --exists mysqlclient' returned non-zero exit status 127.
      Trying pkg-config --exists mariadb
      Command 'pkg-config --exists mariadb' returned non-zero exit status 127.

起初以为是 pk-config 的命令没有安装, 所以采用下面命令 安装了 pkgconfig

sudo yum install pkgconfig

然后进行 pip install mysqlclient 发现错误依旧。最终才发现,关键在报错信息的最后,有提示,需要手动指定mysqlclient_cflagsmysqlclient_ldflags


http://www.kler.cn/a/378270.html

相关文章:

  • 伦敦金价格是交易所公布的吗?
  • Python实现FTP服务器:从入门到实践
  • 算法笔记:Day-09(初始动态规划)
  • mark 一些攻防 prompt
  • github - ssh 配置 key、下载repo
  • andrular输入框input监听值传递
  • LLM懂不懂揣摩式思考
  • 华为大数据和数据库有关系吗?
  • 面试问题:hash和history的区别
  • 正式开源:从 Greenplum 到 Cloudberry 迁移工具 cbcopy 发布
  • Chrome浏览器音/视频无法自动播放
  • 微服务设计模式 - 网关路由模式(Gateway Routing Pattern)
  • dns主从服务器的配置
  • Web 词汇表
  • Linux下安装ActiveMQ-CPP
  • 基于Spring Boot的私房菜定制上门服务系统的设计与实现
  • 【097】基于SpringBoot+Vue实现的个人社区博客管理系统
  • leetcode-5-最长回文子串
  • 在 VS Code 中规范化 Git 提交消息并自动生成 CHANGELOG.md
  • gin中间件
  • [极客大挑战 2019]FinalSQL
  • [ 问题解决篇 ] win11中本地组策略编辑器gpedit.msc打不开(gpedit.msc缺失)
  • kubectl常用命令简介
  • 万字长文详解Hive聚合函数 grouping sets、cube、rollup原理、语法、案例和优化
  • HTML 框架
  • PHP如何处理密码嗅探和重播攻击