Closed EricThomson closed 2 years ago
This should fix compatability problems between pyqtgraph-core and Python 3.8. This issue is discussed here: https://github.com/conda-forge/pyqtgraph-feedstock/issues/10
Basically, replace two instances of systime.clock with systime.process_time and the errors go away when installing with Python 3.8.
systime.clock
systime.process_time
Thanks!
This should fix compatability problems between pyqtgraph-core and Python 3.8. This issue is discussed here: https://github.com/conda-forge/pyqtgraph-feedstock/issues/10
Basically, replace two instances of
systime.clock
withsystime.process_time
and the errors go away when installing with Python 3.8.