I've tried pip install time
and sudo -H pip install time
, but I keep getting the error:
Could not find a version that satisfies the requirement time (from versions: ) No matching distribution found for time
I'm working in PyCharm, but what really doesn't make sense is that I can import time in the Python Console but not in my actual code.