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

What should I do if Windows10-python2.7 installs MySQLdb error

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

Share

Shulou(Shulou.com)05/31 Report--

This article introduces you Windows10-python2.7 installation MySQLdb error report how to do, the content is very detailed, interested friends can refer to, hope to be helpful to you.

On the Windows10 system, Python2.7 installation MySQLdb reported an error: Microsoft Visual C++ 9.0 is required.

It is useless to solve the problem according to the prompt of the error report.

According to the online information, the final solution is:

Download MySQL_python-1.2.5-cp27-none-win_amd64.whl (https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python, then install it with pip install xxxx.whl)

D:\ 01 software\ Python related Software > pip install MySQL_python-1.2.5-cp27-none-win_amd64.whlYou are using pip version 7.1.0 However version 9.0.1 is available.You should consider upgrading via the 'python- m pip install-- upgrade pip' command.Processing d:\ 01 software\ python????\ mysql_python-1.2.5-cp27-none-win_amd64.whlInstalling collected packages: MySQL-pythonSuccessfully installed MySQL-python-1.2.5D:\ 01 software\ Python related Software > pythonPython 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] on win32Type "help", "copyright" "credits" or "license" for more information. > > import MySQLdb > exitUse exit () or Ctrl-Z plus Return to exit > ^ Z about Windows10-python2.7 installation MySQLdb error report how to share here I hope the above content can be of some help to you and 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

Database

Wechat

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

12
Report