对这个奇怪的错误有什么想法吗:
ERROR: Could not find a version that satisfies the requirement pycrypto==2.6.1 (from versions: 2.0.1, 2.1.0, 2.2, 2.3, 2.4, 2.4.1, 2.5, 2.6, 2.6.1)
ERROR: No matching distribution found for pycrypto==2.6.1
这很奇怪,因为我从来没有见过这样的情况,在可用版本中包含毫无根据的版本。
正如您所见,2.6.1
它位于的末尾from versions
。
你有什么解释吗?
答案1
PyCrypto 仅支持 Python 3.3 及以上版本可追溯至 2013 年,请考虑安装PyCryptodome它可以替代 PyCrypto。