Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

program crashed when import pymeshlab

Open QixuanAI opened this issue 11 months ago • 1 comments
trafficstars

System Info: Windows 10 21H2 intel i5 with iRIS Xe no Nvidia GPU python 3.9.19 pip 24.1.2 pymeshlab info:

pip show pymeshlab      
Name: pymeshlab
Version: 2023.12.post2
Summary: A Python interface to MeshLab
Home-page: https://github.com/cnr-isti-vclab/PyMeshLab
Author: Alessandro Muntoni, Paolo Cignoni
Author-email: [email protected]
License: GPL3
Location: c:\users\liuqixuan\appdata\roaming\python\python39\site-packages
Requires: msvc-runtime, numpy
Required-by: genesis-world

Program stopped when meet the setence import pymeshlab, I tried in console, it happens too:

python
Python 3.9.19 (main, May  6 2024, 20:12:36) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymeshlab

No output, no exception, just stopped here.

QixuanAI avatar Dec 19 '24 10:12 QixuanAI