728x90
반응형
ImportError: cannot import name 'StreamWrapper' from 'torch.utils.data.datapipes.utils.common' (/home/ostusr2/anaconda3/envs/ost_env/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py)
위와 같은 오류가 난다면
torchtext.__version__
으로 버전을 확인하고
pip install torchtext==0.8.0 로
버전을 낮춰주고 다시 설치해보면 된다.
혹시 그래도 아래와 같이 오류가 난다면,
OSError: /home/ostusr2/anaconda3/envs/ost_env/lib/python3.8/site-packages/torchtext/_torchtext.so: undefined symbol: _ZNK3c104Type14isSubtypeOfExtESt10shared_ptrIS0_EPSo
pip install torchtext==0.6.0 으로 한번 더 낮춰보시길 바란다.
환경설정이 안맞아서 나는 버전 오류로
관련 코드의 requirements 패키지에 맞춰서 설치하고 코드를 보는걸 추천한다!
728x90
반응형
'컴퓨터쟁이 > Python' 카테고리의 다른 글
jupyter notebook으로 ipykernel 생성하기 (0) | 2022.04.01 |
---|---|
python pip install requirement.txt 오류나도 끊김없이 설치하기 (0) | 2022.04.01 |
pyhton Error :SettingWithCopyWarning 해결 방법 (0) | 2022.03.31 |
우분투 jupyter notebook 파일 삭제 후 복원하기 (0) | 2022.03.08 |
error: OpenCV(4.5.3) :-1: error: (-5:Bad argument) in function 'circle' (0) | 2022.03.02 |