본문 바로가기
python

AttributeError: 'NoneType' object has no attribute 'Lock' This exception is thrown by __iter__ of _MemoryCellIterDataPipe(remember_elements=1000, source_datapipe=_ChildDataPipe)

by 타닥타닥 토다토닥 부부 2024. 11. 19.
반응형

 

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
반응형

댓글