Skip to content

Conversation

@chandan-shinde
Copy link

The latest python 3.7.4 gives following deprecation warning for time.clock :
DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead

So i updated time.clock with time.pref_counter, script is working fine.

The latest python 3.7.4 gives following deprecation warning for time.clock : 
DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead

So i updated time.clock with time.pref_counter, script is working fine.
@tirkarthi
Copy link

Seems like a duplicate of #3

@chandan-shinde chandan-shinde deleted the patch-1 branch May 14, 2021 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants