내 가상환경에 설치된 라이브러리
- tensorboard 2.11.0
- tb-nightly 2.12.0a20221206
[Error]
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.
tensorboard 2.11.0 requires protobuf<4,>=3.9.2, but you have protobuf 4.22.1 which is incompatible.
tb-nightly 2.12.0a20221206 requires protobuf<4,>=3.9.2, but you have protobuf 4.22.1 which is incompatible.
설치 시도한 라이브러리
- grpcio-tools 1.51.3
- protobuf 4.22.1
설치 재시도 1
- pip install protobuf==3.9.2
[Error]
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.
grpcio-tools 1.51.3 requires protobuf<5.0dev,>=4.21.6, but you have protobuf 3.9.2 which is incompatible.
설치 재시도 2
- protobuf 4.21.6
- pip install tensorboard==2.8.0
해결 완료
* 참고 : https://github.com/tensorflow/tensorboard/issues/5703
'Programming > errors' 카테고리의 다른 글
cv2.error: OpenCV(4.5.4) !_img.empty() in function 'imwrite (0) | 2023.02.03 |
---|---|
파이썬(python) OpenCV(4.5.4) :-1: error: (-5:Bad argument) in function 'rectangle' (0) | 2023.01.30 |
[CUDA error] CUDA initialization: Unexpected error from cudaGetDeviceCount() (0) | 2022.11.10 |
[CUDA error] out of memory 문제 해결 방법 (0) | 2022.11.10 |
[CUDA error] : CUBLAS_STATUS_ALLOC_FAILED (0) | 2022.11.10 |