본문 바로가기
Linux/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.

by 띰쥬 2023. 6. 8.
728x90
반응형
SMALL

[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.
google-auth 2.18.0 requires cachetools<6.0,>=2.0.0, which is not installed.
google-auth 2.18.0 requires pyasn1-modules>=0.2.1, which is not installed.
google-auth 2.18.0 requires rsa<5,>=3.1.4; python_version >= "3.6", which is not installed.
google-auth 2.18.0 requires urllib3<2.0, but you have urllib3 2.0.3 which is incompatible.

 

 

[해결]

pip install h5py
pip install typing-extensions
pip install wheel

728x90
반응형
LIST

댓글