반응형
OSError: /usr/local/lib/python3.10/dist-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKSs
토치텍스트는 (버전업하면서 너무 많은 변화가 있었는지는 잘 모르지만) 토치간 버전 호환성이 높은 편인 듯하네요
아래와 같이 버전을 맞추면 위 에러가 없어져요. 만약 업어지지 않는다면 버전을 변경해 가면서 에러가 안나는 오환 버전을 찾아야 할 듯 합니다.
pip install torch<=1.2.0
pip install torchtext==0.4.0
반응형
'python' 카테고리의 다른 글
python datetime 주요 3가지 기능 (0) | 2024.11.21 |
---|---|
AG news 데이터셋 - torchtext (2) | 2024.11.20 |
AttributeError: 'NoneType' object has no attribute 'Lock' This exception is thrown by __iter__ of _MemoryCellIterDataPipe(remember_elements=1000, source_datapipe=_ChildDataPipe) (1) | 2024.11.19 |
pil install (0) | 2024.11.18 |
ModuleNotFoundError: No module named 'langchain_core' (0) | 2024.11.18 |
댓글