-
Notifications
You must be signed in to change notification settings - Fork 3
Description
노트북에서 이전 과정은 모두 오류 없이 실행 완료했습니다. 그러다가 espnet 설치 과정에서 알 수 없는 이유로 세션이 중단된 이후 다시 실행해도 세션이 중단됩니다.
Collecting numpy==1.24.0 Using cached numpy-1.24.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 1.23.5 Uninstalling numpy-1.23.5: Successfully uninstalled numpy-1.23.5 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. seaborn 0.12.2 requires numpy!=1.24.0,>=1.17, but you have numpy 1.24.0 which is incompatible. tensorflow 2.12.0 requires numpy<1.24,>=1.22, but you have numpy 1.24.0 which is incompatible. tensorflow 2.12.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 3.20.1 which is incompatible. torchtext 0.15.2 requires torch==2.0.1, but you have torch 1.13.1+cu117 which is incompatible. torchvision 0.15.2+cu118 requires torch==2.0.1, but you have torch 1.13.1+cu117 which is incompatible. espnet 202308 requires numpy<1.24, but you have numpy 1.24.0 which is incompatible. Successfully installed numpy-1.24.0
아직 프로그램 관련 지식이 얕다 보니 해결하기에 어려움이 있어서 질문 드립니다.ㅠㅠ