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.
根据 google 搜索结果,isbnlib 的最新版本是 3.5.8,该版本可通过此链接在 PyPI 官方网站上完全访问。
但是在 PyPI 站点结果上的 pip 搜索和手动搜索只给了我之前的一个版本,3.5.7。
请解释一下。 谢谢!
这是 pypi 上的许多错误之一...您可以将其作为问题 #466关注
包作者将包提交给 PyPI(Python 包索引)。所以 PyPi 不负责保持最新版本。但是很容易找到3.5.8的下载,然后单击下载。此外,您可以从github下载并自行安装。