Import error
Hey,
When I run python test.py I have the following import error:
Traceback (most recent call last):
File "test.py", line 5, in
Any ideas how to fix that?
Hey,
When I run python test.py I have the following import error:
Traceback (most recent call last): File "test.py", line 5, in from vision_sandbox import _C ImportError: (...)python3.6/site-packages/vision_sandbox-0.1-py3.6-linux-x86_64.egg/vision_sandbox/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs
Any ideas how to fix that?
you have to import torch firstly