You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and thanks a lot for this great addon (which I'm not able to test out yet :D)
I have the following issue and would be really glad if you could help somehow:
System: Ubuntu 20.04, Blender 2.93
I have followed the instructions but slightly updated package versions. Installed CudaToolkit 11.1 + Pytorch 1.8.2 (tried 1.10 as well)
The addon is installed correctly. It sees CudaToolkit (when I run Blender through cmd). The modules are installed with Conda + python 3.7 (tried virtualenv as well) and are ok in Blender:
The problem arises when I press "Predict Rig" button. That's what I have:
Error: Traceback (most recent call last):
File "/snap/blender/1113/2.93/scripts/modules/addon_utils.py", line 438, in disable
mod.unregister()
File "/home/evgeny/.config/blender/2.93/scripts/addons/brignet-main/init.py", line 80, in unregister
from . import rignetconnect
File "/home/evgeny/.config/blender/2.93/scripts/addons/brignet-main/rignetconnect.py", line 6, in
import torch
File "/home/evgeny/apps/miniconda3/envs/brignet/lib/python3.7/site-packages/torch/init.py", line 213, in
raise ImportError(textwrap.dedent('''
ImportError: Failed to load PyTorch C extensions:
It appears that PyTorch has loaded the torch/_C folder
of the PyTorch repository rather than the C extensions which
are expected in the torch._C namespace. This can occur when
using the install workflow. e.g.
$ python setup.py install && python -c "import torch"
This error can generally be solved using the develop workflow
$ python setup.py develop && python -c "import torch" # This should succeed
or by running Python from a different directory.
The text was updated successfully, but these errors were encountered:
hi, I came across this exact problem recently.
it seems the fix to this problem is to align the python version with that in blender.
I'm using blender-3.2.0-linux-x64 (it comes with python3.10), my machine has CUDA-11.7 with Nvidia driver 515.43.04. my conda environmen is created by:
hi, I came across this exact problem recently. it seems the fix to this problem is to align the python version with that in blender. I'm using blender-3.2.0-linux-x64 (it comes with python3.10), my machine has CUDA-11.7 with Nvidia driver 515.43.04. my conda environmen is created by:
Hi and thanks a lot for this great addon (which I'm not able to test out yet :D)
I have the following issue and would be really glad if you could help somehow:
System: Ubuntu 20.04, Blender 2.93
I have followed the instructions but slightly updated package versions. Installed CudaToolkit 11.1 + Pytorch 1.8.2 (tried 1.10 as well)
The addon is installed correctly. It sees CudaToolkit (when I run Blender through cmd). The modules are installed with Conda + python 3.7 (tried virtualenv as well) and are ok in Blender:
The problem arises when I press "Predict Rig" button. That's what I have:
The text was updated successfully, but these errors were encountered: