According this this report, it could be a compatibility issues. So have check the requirements here, which seem to match my installation when checking with conda list:
Yes, these issues are indeed usually caused by mismatched versions. Just to confirm before I try to reproduce it: are you seeing this error while simply importing torchtext?
I’ve just checked again, and now it seems working. So odd, I still have the screenshot from the error and I didn’t change anything after that. Not sure where I misses something, maybe I did not restart the kernel in Jupyter appropriately.
In any case, now I get the warning
Torchtext is deprecated and the last released version will be 0.18 (this one)
so there’s no use to stick with it anymore. Probably old news, but I rarely find some time to code anything myself, so I’ve never noticed.
>>> import torch
>>> import torchtext
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/web3-2/workspace/DeLAP/demo/pytorch/finetuning/llama3.2/.venv/lib/python3.10/site-packages/torchtext/__init__.py", line 18, in <module>
from torchtext import _extension # noqa: F401
File "/home/web3-2/workspace/DeLAP/demo/pytorch/finetuning/llama3.2/.venv/lib/python3.10/site-packages/torchtext/_extension.py", line 64, in <module>
_init_extension()
File "/home/web3-2/workspace/DeLAP/demo/pytorch/finetuning/llama3.2/.venv/lib/python3.10/site-packages/torchtext/_extension.py", line 58, in _init_extension
_load_lib("libtorchtext")
File "/home/web3-2/workspace/DeLAP/demo/pytorch/finetuning/llama3.2/.venv/lib/python3.10/site-packages/torchtext/_extension.py", line 50, in _load_lib
torch.ops.load_library(path)
File "/home/web3-2/workspace/DeLAP/demo/pytorch/finetuning/llama3.2/.venv/lib/python3.10/site-packages/torch/_ops.py", line 1390, in load_library
ctypes.CDLL(path)
File "/usr/lib/python3.10/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/web3-2/workspace/DeLAP/demo/pytorch/finetuning/llama3.2/.venv/lib/python3.10/site-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN5torch6detail10class_baseC2ERKSsS3_SsRKSt9type_infoS6_