AAYUSH CUBING
AAYUSH CUBING

Reputation: 33

ERROR: Could not find a version that satisfies the requirement time (from versions: none)

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

Answers (1)

Vasili Syrakis
Vasili Syrakis

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

Related Questions