简体   繁体   中英

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

I used pip install zipfile, and error went out:

Could not find a version that satisfies the requirement zipfile (from versions: ) No matching distribution found for zipfile

Addition Info: pip 18.1 from /Users/xxxx/Library/Python/2.7/lib/python/site-packages/pip (python 2.7)

You don't need to install it. zipfile is in the Python standard library . import zipfile should work just fine on both Python 2.7 and Python 3.7 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM