pKrime / brignet

Automatic rigging using neural network from RigNet
GNU General Public License v3.0
418 stars 39 forks source link

Linux Installation instructions do not work #19

Open WyattAutomation opened 2 years ago

WyattAutomation commented 2 years ago

Does not work with conda install per the instructions, Ubuntu 20.04. Tried pytorch 1.7.0, 1.7.1, 1.8.0, 1.8.1 and cudatoolkits 10.1, 10.2, 11.0, and 11.1, with the appropriate binaries for all pytorch-scatter/geometry etc in python 3.7 and 3.8. Tried it on a brand new installation of Ubuntu 20.04 with a clean conda install too and STILL ran into the same set of issues.

First and most common issue, everything installs and when trying to predict, I end up with an undefined symbol error--I cannot get past this issue, even on a fresh installation of everything down to the OS:

"...lib/python3.7/site-packages/torch_sparse/_convert_cuda.so: undefined symbol: _ZNK2at6Tensor6deviceEv"

I encountered other issues with not being able to find .so libraries, but I am going to assume those may have been due to environment issues.

However, your main installation instructions do not work, followed verbatim, as of this post with the latest Ubuntu 20.04 and the exact versions of the dependencies that are listed in the readme. Any help or an update to those would be appreciated--thanks!

pKrime commented 2 years ago

Hi,

I need to install an actual Ubuntu and perhaps update the docs and script in order to make it work with blender 3.0. Did you have any luck with [Rignet ]?

If the stand-alone, non blender Rignet works, you can at least load the armature in blender

regards, p.

WyattAutomation commented 2 years ago

Good point--I will try that and report back