설치할 때 다음과 같이 오류 메시지가 보일 수 있습니다.
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.
opentelemetry-exporter-otlp-proto-grpc 1.32.1 requires opentelemetry-proto==1.32.1, which is not installed.
airtrain 0.1.68 requires fireworks-ai>=0.15.12, which is not installed.
airtrain 0.1.68 requires google-generativeai>=0.8.4, which is not installed.
streamlit 1.49.1 requires tenacity<10,>=8.1.0, which is not installed.
하지만 다음처럼 마지막에 Successfully로 시작하는 문장이 보인다면 정상적으로 설치된 것입니다.
Successfully installed grpcio-1.76.0 grpcio-tools-1.76.0 openai-2.11.0 protobuf-6.33.2
만약 라이브러리가 이미 설치되어 있다면 Requirement already satisfied라고 시작하는 문장이 보일 것입니다.