Closed sahana-maddali closed 1 year ago
I actually don't know... Nothing should change from outside and inside the docker container. This issue is really hard to debug. Are you using relative or absolute path in the output filename argument? Could you please share your script?
This issue has been automatically marked as stale because it has not had recent activity. The resources of the VCLab team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the last release of PyMeshLab, please reply with all of the information you have about it in order to keep the issue open. If this is a feature request, and you feel that it is still relevant and valuable, please tell us why. This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.
What needs to be done in order to install pymeshlab on docker with fresh Ubuntu base image?
I installed and tested the nightly build outside the docker container and it works perfectly. After running a short python script, .u3d and .tex files are saved to disk.
While trying to recreate the setup inside the docker container, it fails to write out .u3d file only. The .tex file gets written to disk, and it appears as though writing of the .u3d file is skipped, because it exits without a comment or an error.