When working in the root folder of this repo, the sub-folder meshutility/ is treated as a package and imported if we import meshutility. It will report No module named 'meshutility.utils' since the C++ libraries are not inside. Consider renaming the sub-folder meshutility/ so that python imports the installed version.
When working in the root folder of this repo, the sub-folder
meshutility/is treated as a package and imported if weimport meshutility. It will reportNo module named 'meshutility.utils'since the C++ libraries are not inside. Consider renaming the sub-foldermeshutility/so that python imports the installed version.