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, I followed the introduction and finished installing process successfully, but when I try to import "from torch_batch_svd import svd", it raises error of "File "/disk2/jiale.tjl/projects/articulated-animation/torch-batch-svd/torch_batch_svd/batch_svd.py", line 3, in
from . import _c
ImportError: cannot import name '_c'" .
Do you have any suggenstions?
The text was updated successfully, but these errors were encountered:
I met similar problem as well. The torch_batch_svd directory was in my project directory, and I solved this problem by moving torch_batch_svd to the parent directory of my project, removing all generated directories like "build" and "dist" and rebuilding by the command "python setup.py install".
Hi, I followed the introduction and finished installing process successfully, but when I try to import "from torch_batch_svd import svd", it raises error of "File "/disk2/jiale.tjl/projects/articulated-animation/torch-batch-svd/torch_batch_svd/batch_svd.py", line 3, in
from . import _c
ImportError: cannot import name '_c'" .
Do you have any suggenstions?
Hello, I have the same problem. Have you solved it?
Hello, I have the same issue when I try to run svd from other directories. I have built successfully the library and the test passes but when i import torch_batch_svd to my project it raises error
../../../miniconda3/envs/Compact-Transformers/lib/python3.7/site-packages/torch_batch_svd-1.0.0-py3.7-linux-x86_64.egg/torch_batch_svd/batch_svd.py:3: in <module> from . import _c E ImportError: libcusolver.so.10.0: cannot open shared object file: No such file or direct
Hi, I followed the introduction and finished installing process successfully, but when I try to import "from torch_batch_svd import svd", it raises error of "File "/disk2/jiale.tjl/projects/articulated-animation/torch-batch-svd/torch_batch_svd/batch_svd.py", line 3, in
from . import _c
ImportError: cannot import name '_c'" .
Do you have any suggenstions?
The text was updated successfully, but these errors were encountered: