반응형
AttributeError: 'NoneType' object has no attribute 'Lock' This exception is thrown by __iter__ of _MemoryCellIterDataPipe(remember_elements=1000, source_datapipe=_ChildDataPipe)
torchtext는 사용할때 마다 다른 패키지와 버전호환 문제로 계속 사고가 발생하네요ㅠㅠ
위와같은 에러가 나타난다면 아래 처럼 패키지를 재설치하고 재실행하여 문제를 해결했습니다.
만약 아래 처럼 해도 되지 않는다면 torchtext 버전을 변경하면서 시도할 수 밖에 없어 보이네요 ㅠ
pip install torchtext==0.16.0
pip install portalocker>=2.8.2
반응형
'python' 카테고리의 다른 글
AG news 데이터셋 - torchtext (2) | 2024.11.20 |
---|---|
OSError: /usr/local/lib/python3.10/dist-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKSs (0) | 2024.11.19 |
pil install (0) | 2024.11.18 |
ModuleNotFoundError: No module named 'langchain_core' (0) | 2024.11.18 |
컨텍스 매니저, python with (0) | 2024.11.16 |
댓글