简体   繁体   English

找不到满足要求zipfile的版本(来自版本:)

[英]Could not find a version that satisfies the requirement zipfile (from versions: )

I used pip install zipfile, and error went out: 我使用pip install zipfile,错误消失了:

Could not find a version that satisfies the requirement zipfile (from versions: ) No matching distribution found for zipfile 找不到满足要求zipfile的版本(来自版本:)找不到与zipfile匹配的发行版

Addition Info: pip 18.1 from /Users/xxxx/Library/Python/2.7/lib/python/site-packages/pip (python 2.7) 附加信息:/Users/xxxx/Library/Python/2.7/lib/python/site-packages/pip(python 2.7)中的pip 18.1

You don't need to install it. 您不需要安装它。 zipfile is in the Python standard library . zipfilePython标准库中 import zipfile should work just fine on both Python 2.7 and Python 3.7 . import zipfile应该在Python 2.7Python 3.7上都可以正常工作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到满足 optapy 要求的版本(来自版本:无) - Could not find a version that satisfies the requirement optapy (from versions: none) 错误:找不到满足 pyautogui 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement pyautogui (from versions: none) 找不到满足 gcc7 要求的版本(来自版本:) - Could not find a version that satisfies the requirement gcc7 (from versions: ) 错误:找不到满足 tensorflow 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) 错误:找不到满足要求时间的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement time (from versions: none) 错误:找不到满足 csv 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement csv (from versions: none) 错误:找不到满足 busio 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement busio (from versions: none) 错误:找不到满足 webdriver 要求的版本(来自版本:) - Error : Could not find a version that satisfies the requirement webdriver (from versions: ) “找不到满足 functools 要求的版本(来自版本:0.5)” - "Could not find a version that satisfies the requirement functools (from versions: 0.5)" 找不到满足 PyQt4 要求的版本(来自版本:) - Could not find a version that satisfies the requirement PyQt4 (from versions: )
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM