Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用“pip install -U mysql-connector”更新 mysql-connector 的 sdist 包(从 2.1.6 到 2.2.3,window7),但失败了。见下文:
有人遇到过同样的问题和任何可能的解决方案吗?非常感谢。
尝试更新点子
python -m pip install -U pip
然后
python -m pip install -U mysql-connector
或者下载最新版本的 https://dev.mysql.com/downloads/connector/python/