Followed the instructions for both user and developer setup for the CUDA version. Even though I'm using the CUDA version, I get this error whenever I run, and it's referring to the CPU rather than the CUDA version of torch.
Traceback (most recent call last):
File "/home/ferret/anaconda3/envs/texturize/bin/texturize", line 3, in
from texturize.main import main
File "/home/ferret/src/texturize/src/texturize/main.py", line 63, in
import torch
File "/home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/init.py", line 229, in
from torch._C import * # noqa: F403
ImportError: /home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
(texturize) ferret@ferret-Vortex-BF-24:~/src/texturize$ texturize remix samples/gravel.png --size=512x512
Traceback (most recent call last):
File "/home/ferret/anaconda3/envs/texturize/bin/texturize", line 3, in
from texturize.main import main
File "/home/ferret/src/texturize/src/texturize/main.py", line 63, in
import torch
File "/home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/init.py", line 229, in
from torch._C import * # noqa: F403
ImportError: /home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
Followed the instructions for both user and developer setup for the CUDA version. Even though I'm using the CUDA version, I get this error whenever I run, and it's referring to the CPU rather than the CUDA version of torch.
Traceback (most recent call last):
File "/home/ferret/anaconda3/envs/texturize/bin/texturize", line 3, in
from texturize.main import main
File "/home/ferret/src/texturize/src/texturize/main.py", line 63, in
import torch
File "/home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/init.py", line 229, in
from torch._C import * # noqa: F403
ImportError: /home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
(texturize) ferret@ferret-Vortex-BF-24:~/src/texturize$ texturize remix samples/gravel.png --size=512x512
Traceback (most recent call last):
File "/home/ferret/anaconda3/envs/texturize/bin/texturize", line 3, in
from texturize.main import main
File "/home/ferret/src/texturize/src/texturize/main.py", line 63, in
import torch
File "/home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/init.py", line 229, in
from torch._C import * # noqa: F403
ImportError: /home/ferret/anaconda3/envs/texturize/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent