Hello,
I have no errors when I run conda env create --file text2mesh.yml and conda activate text2mesh commands.
But when I execute the ./demo/run_candle.sh file, I get this error :
Traceback (most recent call last): File "C:\Users\matth\text2mesh\main.py", line 3, in <module> import kaolin.ops.mesh ModuleNotFoundError: No module named 'kaolin'
I have also the same error with the clip module.
I am supposed to be in the env with everything perfectly installed.
Please help me