'Why I can not find zipfile library in PyCharm (2019 3.3)

I am using PyCharm 2019 3.3. Python version: 3.7

in my pip install I am getting an error as below

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

Also I have tried with installing through project interpreter, still zipfile is not enlisted there.

Please let me know what is issue?



Solution 1:[1]

You don't need to install it, zipfile is a standard python library for both Python 2.7 & Python 3.
Try import zipfile, that should work

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Javin