Skip to content
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

Open
21pl opened this issue Jun 5, 2021 · 7 comments

Comments

@21pl
Copy link

21pl commented Jun 5, 2021

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

@jiangwei221
Copy link
Collaborator

Do you solve this issue by pip install or apt-get install?

@21pl
Copy link
Author

21pl commented Jun 5, 2021

I used
conda install -c conda-forge glfw

@jiangwei221
Copy link
Collaborator

Thanks! I’ll add this to the env file

@BurningTyfoon
Copy link

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!!!

@Desolatexxx
Copy link

I used conda install -c conda-forge glfw

Hello, the following errors still occur after I install this:
TypeError: 'NoneType' object is not callable

@ccchk
Copy link

ccchk commented Nov 28, 2022

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

I used conda install -c conda-forge glfw

Hello, 'cannot use vispy, setting triangulate_corr as None' still occur after I install this. Is there more solution for this issue? Thanks!!

@uncle-tou
Copy link

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

I used conda install -c conda-forge glfw

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()"

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

No branches or pull requests

6 participants