logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python 2.7 安装MySQLdb模块

pip install mysqldb在我的电脑上安装失败:Could not find a version that satisfies the requirement mysqldb (from versions:) No matching distribution found for mysqldb应该:pip install MySQL-python报错:error: Microsoft

#python#mysql
到底了