PyMeshLab icon indicating copy to clipboard operation
PyMeshLab copied to clipboard

ImportError: DLL load failed while importing pmeshlab

Open green-fish opened this issue 2 years ago • 0 comments

while i runing: import pymeshlab

ms = pymeshlab.MeshSet () ms.load_new_mesh (ipath) ms.save_current_mesh (opath)

The following error occor:

Traceback (most recent call last): File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 783, in exec_module File "", line 219, in call_with_frames_removed File "..\Documents\Anaconda\lib\site-packages\pymeshlab_init.py", line 11, in from .pmeshlab import * ImportError: DLL load failed while importing pmeshlab

after downloading the pmeshlab package from https://github.com/JeanMaximilienCadic/pmeshlab and drag the folder to the index, the following error occor: ImportError: cannot import name 'Mesh' from partially initialized module 'pymeshlab' (most likely due to a circular import) (..\Documents\Anaconda\lib\site-packages\pymeshlab_init_.py)

it would be appreciated if u have any solution~

green-fish avatar Sep 22 '22 11:09 green-fish