Sign In
J
Juseok Kang
Category
Empty
안녕하세요. 패스트캠퍼스에서 '강수진 박사의 프롬프트·컨텍스트 엔지니어링 아카데미' 수강 중입니다.
colab 실습 환경 노트북의 아래 인스톨 단계에서 패키지 의존성 에러 발생합니다.
!pip install -q --upgrade --force-reinstall --no-cache-dir langchain langsmith langchain_openai langchain_anthropic langchain_google_genai google-ai-generativelanguage==0.6.15 langchain-core
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-colab 1.0.0 requires requests==2.32.4, but you have requests 2.32.5 which is incompatible.
langgraph-prebuilt 1.0.5 requires langchain-core>=1.0.0, but you have langchain-core 0.3.80 which is incompatible.
gradio 5.50.0 requires pydantic<=2.12.3,>=2.0, but you have pydantic 2.12.5 which is incompatible.
어떻게 조치하면 될까요???
2
👍
1
Sujin_Kang
Juseok Kang 안녕하세요! 현재 에러는
의존성 충돌 메시지라서, 실제로 노트북에서 돌려보시고 문제가 없으면(프롬프트 결과를 보실 수 있다면) 무시하고 진행하셔도 될 것 같아요~
Sujin_Kang
Juseok Kang 어제 오류를 모두 수정봤습니다. 코랩 파일을 새로고침하여 사용해주세요.
See latest comments