-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Time' has no attribute 'clock' #23
Comments
upgrade your sqlalchemy |
this did not solve the issue for me, it worked after upgrading everything in pip, altough my dependency resolver is not happy with pyqt 5.16, harvesters gui starts now |
I was writing my own gui for the harvester, then came across this beauty. Im now on my way to test it with my scanner. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've come across a bug when trying to replicate the starting harvester.py example you give in the readme in python 3.8.
On line 4 while importing Harvester python trows up an error that on line 35 of vispy\util\ptime.py module 'time' has no attribute 'clock'.
I believe this an error caused by the the depreciation of time.clock() in python 3.8 as the vispy version used is quite a bit behind.
The text was updated successfully, but these errors were encountered: