-
Notifications
You must be signed in to change notification settings - Fork 127
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
"manifold_script_path" not found #16
Comments
Hi @miaoqiz -- Did you install the manifold software if so where did you install it? |
I met the same problem. MANIFOLD_DIR = r'~/code/Manifold/build' MANIFOLD_DIR = r'/home/USER/code/Manifold/build' |
I met the same problem. You could try to change
in utils.py to
This worked for me. Getting this error means that "/code/Manifold/build/manifold" is not a path. If you did install manifold in "/code/Manifold/build", you could remove 'manifold' and retry. |
hello ,I met the same problem. then,i changed line 6 in options.py to be the full path of the manifold/build location:
I use Windows system。Running "main.py" and got the error below when it gets to "1000" iteration: 'F:\point2mesh\point2mesh\code\Manifold\build\manifold' �����ڲ����ⲿ���Ҳ���ǿ����еij��� |
hi,I use windows systems.how to install
hi,I also use windows system.did you solute the problem? I cannot run it with the same problem |
Hi,
Thank you for the excellent framework.
Running "bash ./scripts/examples/giraffe.sh" and got the error below when it gets to "1000" iteration:
Traceback (most recent call last):
File "main.py", line 85, in
mesh = utils.manifold_upsample(mesh, opts.save_path, Mesh,
File "point2mesh/utils.py", line 18, in manifold_upsample
raise FileNotFoundError(f'{manifold_script_path} not found')
FileNotFoundError: ~/code/Manifold/build/manifold not found
Any advise is appreciated!
Thanks so much and have a good day!
The text was updated successfully, but these errors were encountered: