Reputation: 4925
I've created a Python 3 virtual environment, and I am trying to install the plistlib package.
However, I am getting the following error:
(venv) venv$pip install --upgrade plistlib
Collecting plistlib
Could not find a version that satisfies the requirement plistlib (from versions: )
No matching distribution found for plistlib
Upvotes: 1
Views: 4618