Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install mysqlclient in centos

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail how to install mysqlclient in centos, the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article.

1. Initially, there was a problem with the execution of pipenv install-r requirement/local.txt, as shown in the figure:

It doesn't work to install mysqlclient alone with pip. The problem is the same. Multi-party search, the final location is due to the fact that mysql-devel is not installed or the installation version is not corresponding to the problem, refer to https://pypi.org/project/mysqlclient/.

If it is python2, execute yum install python-devel directly

If it is python3, execute yum install python3-devel. If you can't find the package, please search according to your own version of python3. For example, if my native machine is python3.6.x, search for yum search python36. If my search results are shown in the picture, just execute yum install python36-devel.x86_64. Then you can install mysqlclient, pip3 install mysqlclient.

two。 These two modules were not found in ubuntu

/ usr/bin/ld: cannot find-lssl

/ usr/bin/ld: cannot find-lcrypto

Solution: apt-get libssl-dev,libcrypto++-dev

On how to install mysqlclient in centos to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report