Reputation: 33
I'm getting this type of error when installing the library. Not for all packages, but only for some. Is it because pip version? or Because of python interpreter? Plz guide me what should I do.
Upvotes: 0
Views: 2617
Reputation: 9611
You don't need to install this package because it's already in the standard library.
Just import time
in any Python file.
Upvotes: 5