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

FileNotFoundError: [Errno 2] No such file or directory: 'ui_openMVG_control_points_registration' #2243

Open
maazraan opened this issue Sep 22, 2023 · 2 comments

Comments

@maazraan
Copy link

maazraan commented Sep 22, 2023

I viewed another issue related to this, and followed the steps and installed qt by using this command {sudo apt install qt5-default}
Still i am getting the same error.Can someone tell me is there any other requirement for running this ui.
Traceback (most recent call last):
File "SfM_GlobalPipeline.py", line 155, in
subprocess.run(command3)
File "/usr/lib/python3.8/subprocess.py", line 493, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.8/subprocess.py", line 858, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ui_openMVG_control_points_registration'

@maazraan
Copy link
Author

Any updates

@pmoulon
Copy link
Member

pmoulon commented Sep 27, 2023

Seems a path issue from what I read on your script output.

  1. Check if you have the binary on your machine
  2. The required qt modules are listed in the code (cmake along where this binary is listed)

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

2 participants