MySql教程

安装python模块是报错Requirement already satisfied: pymysql in c:\python27\lib\site-packages (0.9.2) Requ

本文主要是介绍安装python模块是报错Requirement already satisfied: pymysql in c:\python27\lib\site-packages (0.9.2) Requ,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

问题:

安装pymysql时报错

Requirement already satisfied: pymysql in c:\python27\lib\site-packages (0.9.2)
Requirement already satisfied: cryptography in c:\python27\lib\site-packages (fr
om pymysql) (2.3.1)

 

 

解决办法:

复制报错路径,加--target=路径  pymysql 再次安装即可

C:\Users\lenovo>pip.exe install --target=c:\python27\lib\site-packages pymysql
Collecting pymysql

 

这篇关于安装python模块是报错Requirement already satisfied: pymysql in c:\python27\lib\site-packages (0.9.2) Requ的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!