recherche

Maison  >  Questions et réponses  >  le corps du texte

python3.5 - python3使用pip不能安装第三方库MySQLdb

用的python 3.5,使用pip不能安装第三方库MySQLdb:

D:\demo>pip install MySQLdb
Collecting MySQLdb
  Could not find a version that satisfies the requirement MySQLdb (from versions: )
No matching distribution found for MySQLdb

在http://www.lfd.uci.edu/~gohlk... 寻找,不知道是哪一个。

要怎么才可以?

怪我咯怪我咯2783 Il y a quelques jours619

répondre à tous(2)je répondrai

  • 高洛峰

    高洛峰2017-04-17 15:17:30

    MySQLdb不支持py3
    请使用PyMySQL代替之~

    répondre
    0
  • PHPz

    PHPz2017-04-17 15:17:30

    我也郁闷了,下载的一个Django-erp系统用的是MySQLdb,我用的是python3.5.2

    répondre
    0
  • Annulerrépondre