sudo pip install mysql-connector-python

报错信息:
Collecting mysql-connector-python
Could not find a version that satisfies the requirement mysql-connector-python (from versions: )
No matching distribution found for mysql-connector-python

 



解决方案:wget https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.3.zip unzip mysql-connector-python-2.0.3.zip cd mysql-connector-python-2.0.3 python setup.py install


http://aofengblog.blog.163.com/blog/static/6317021201522084715866/

相关文章:

  • 2021-09-09
  • 2021-06-15
  • 2022-12-23
  • 2021-09-15
  • 2021-07-15
  • 2021-08-24
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2022-02-06
  • 2021-07-18
  • 2021-12-03
  • 2022-12-23
  • 2021-12-16
相关资源
相似解决方案