Salieri0515

Results 9 comments of Salieri0515

Try install pymeshlab out of conda environment since it somehow doesn't support conda.

I notice that you're using conda, maybe try install pymeshlab out of conda envrionment?

> > I notice that you're using conda, maybe try install pymeshlab out of conda envrionment? > > but i need to pip install pymeshlab😭😭 Using `pip install` doesn't mean...

It should be the problem. Python 2 doesn't support the `encoding` argument. Also pay attention to the required python version for pymeshlab, which is python 3.7+ (you should check this).

pymeshlab seems not to work with conda, you can check their github repo. There has been many same issues under their repo, and I think the only way to use...

> I wonder if it's an issue with the CUDA Driver? I see you've compiled with CUDA 12.4, which requires CUDA Driver 525+ (see [CUDA 12.4 release notes](https://docs.nvidia.com/cuda/archive/12.4.0/cuda-toolkit-release-notes/index.html)). One quick...

> The CUDA driver and runtime are both backward compatible, so your config looks reasonable to me. We're currently using CUDA 13.0 in most of our use-cases, but CUDA 12.4...