-
Notifications
You must be signed in to change notification settings - Fork 58
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
glfw has to be installed to fix 'cannot use vispy, setting triangulate_corr as None' #2
Comments
Do you solve this issue by pip install or apt-get install? |
I used |
Thanks! I’ll add this to the env file |
Hi, buddy. I wonder how to add this to env file? which env file? where is it? Thanx!!! |
Hello, the following errors still occur after I install this: |
Hello, 'cannot use vispy, setting triangulate_corr as None' still occur after I install this. Is there more solution for this issue? Thanks!! |
that's because there is a problem in systime.clock(). If you put "import vispy" at the begining of main.py, you will get "Error importing vispy: module 'time' has no attribute 'clock'". Click it and go into vispy.py, go to def unixTime() and replace "systime.clock()" with "systime.process_time()" |
glfw has to be installed for the triangulation to work when using demo_single_pair.py otherwise code hangs after the first correspondence image is rendered
The text was updated successfully, but these errors were encountered: