mve icon indicating copy to clipboard operation
mve copied to clipboard

Cannot stat path of directory + No such file or directory

Open jhaggle opened this issue 2 years ago • 3 comments

I have been running makescene several time and it has worked fine.

However, I needed to move the all images to another location and run from there. When I try to run mve.makescene -i input_folder out_scene from the new location, I get “cannot stat path of the current working directory: Permission denied”.

When running mve.makescene -i input_folder out_scene from my home location I get “Error scanning input dir: Cannot open directory: No such file or directory” However the directory exists, and the command ls input_folder gives a list of the images in the folder.

Nothing of the above changes with sudo and all files and folders are rxw for all users. NOTE: The above applies to mve downloaded using "snap install mve". However it works fine when installing snap from source. That is however not an option for ubuntu18, it only works to install on ubuntu20 - and I need to use ubuntu18?

Any ideas what this depens on and how it can be solved?

jhaggle avatar Jul 04 '22 13:07 jhaggle

I do not know what causes this. And since you mentioned it works fine when installing from source on Ubuntu 20, can you just try to compile MVE yourself on Ubuntu 18 and see if that solves the problem too?

simonfuhrmann avatar Jul 05 '22 07:07 simonfuhrmann

Ok thanks for the answer. It did not work to compile it on Ubuntu18, only on Ubuntu20 so I can not try that unfortunately.

jhaggle avatar Jul 05 '22 08:07 jhaggle

Why did it not work?

simonfuhrmann avatar Jul 05 '22 19:07 simonfuhrmann