conflict with bpy
thuliu-yt16 opened this issue · 0 comments
thuliu-yt16 commented
I cannot import bpy and kaolin at the same time.
For example,
>>> import bpy
>>> import kaolin
Floating point exception (core dumped)
and
>>> import kaolin
>>> import bpy
Segmentation fault (core dumped)
Environment:
python 3.10.13
- torch==2.1.1+cu118
- bpy==4.0.0
- kaolin==0.15.0