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
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:
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!
The text was updated successfully, but these errors were encountered:
WyattAutomation
changed the title
Linux conda does not work
Linux Installation instructions do not work
Dec 10, 2021
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
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!
The text was updated successfully, but these errors were encountered: