Skip to content

Import error, undefined symbol 'iJIT_NotifyEvent' #48

Description

@chateauferret

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions