I\'ve tried pip install time and sudo -H pip install time, but I keep getting the error:
Could not find a version that sati
I think this is a PyCharm bug. I am using the time module with PyCharm and it complains that 'time' is an unresolved reference, even when I use
import time
at the beginning of my file. However, there is no run-time error when I execute my program, even though PyCharm does not recognise time as a valid module.