You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
With Python 3.8.2 time.clock() has been depreciated. I keep getting the error: AttributeError: module 'time' has no attribute 'clock'
Is this going to be fixed or do I need to go back to an older version?
Jim Crowell
unread,
Feb 29, 2020, 9:09:04 PM2/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
It looks like it's only used in pyqtgraph.ptime, and then only on Windows. There are some shenanigans there that I don't understand. For a quick fix, you might try replacing the two calls to clock() in that file with perf_counter(), but I don't really understand what's being done there.
Kenneth Lyons
unread,
Mar 1, 2020, 9:00:26 PM3/1/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message