You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the following error when running pygeonet_channel_head_definition.py,
Traceback (most recent call last):
File "pygeonet_channel_head_definition.py", line 4, in
from time import clock
ImportError: cannot import name 'clock' from 'time' (unknown location)
Should the above import be deleted?
The text was updated successfully, but these errors were encountered:
I ran into the following error when running pygeonet_channel_head_definition.py,
Traceback (most recent call last):
File "pygeonet_channel_head_definition.py", line 4, in
from time import clock
ImportError: cannot import name 'clock' from 'time' (unknown location)
Should the above import be deleted?
The text was updated successfully, but these errors were encountered: