本文介绍: 由于python版本是3.10的。看了一下网上配置环境变量啥的,感觉不靠谱,就去github看了一下。pip install mysqlclient 错误详情如下。记录一下,希望能帮助到遇到类似问题同学执行一下下面命令安装devel

pip install mysqlclient 错误详情如下
`
pip install mysqlclient
Looking in indexes: http://mirrors.tencentyun.com/pypi/simple
Collecting mysqlclient
Using cached http://mirrors.tencentyun.com/pypi/packages/de/9c/b176826e8994551ce826404dab97e305a4bb76c8b0a4e016fabda2901c71/mysqlclient-2.2.0.tar.gz (89 kB)
Installing build dependenciesdone
Getting requirements to build wheelerror
error: subprocess-exited-witherror

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [22 lines of output]
Trying pkgconfig –exists mysqlclient
Command ‘pkgconfig –exists mysqlclientreturned nonzero exit status 1.
Trying pkgconfig –exists mariadb
Command ‘pkgconfig –exists mariadbreturned non-zero exit status 1.
Traceback (most recent call last):
File “/home/soft/pojun/env/lib/python3.10/sitepackages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 353, in
main()
File “/home/soft/pojun/env/lib/python3.10/sitepackages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 335, in main
json_out[‘return_val’] = hook(**hook_input[‘kwargs’])
File “/home/soft/pojun/env/lib/python3.10/sitepackages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 118, in get_requires_for_build_wheel
return hook(config_settings)
File “/tmp/pipbuild-env-favaar6d/overlay/lib/python3.10/sitepackages/setuptools/build_meta.py”, line 341, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[‘wheel’])
File “/tmp/pipbuild-envfavaar6d/overlay/lib/python3.10/sitepackages/setuptools/build_meta.py”, line 323, in _get_build_requires
self.run_setup()
File “/tmp/pipbuild-env-favaar6d/overlay/lib/python3.10/sitepackages/setuptools/build_meta.py”, line 338, in run_setup
exec(code, locals())
File “”, line 154, in
File “”, line 48, in get_config_posix
File “”, line 27, in find_package_name
Exception: Can not find valid pkgconfig name.
Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manually
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

`

由于python版本是3.10的。看了一下网上配置环境变量啥的,感觉不靠谱,就去github看了一下。
执行一下下面命令,安装devel

yum install python3-devel mysql-devel pkgconfig

然后就没问题了。记录一下,希望能帮助到遇到类似问题同学

原文地址:https://blog.csdn.net/qwe1314225/article/details/132150159

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。

如若转载,请注明出处:http://www.7code.cn/show_10775.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱:suwngjj01@126.com进行投诉反馈,一经查实,立即删除

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注