강의

멘토링

로드맵

Inflearn brand logo image

Inflearn Community Q&A

red91232932's profile image
red91232932

asked

Learning Python Chatbot & RAG through Projects - Using LangChain, Gradio

Implementing LLM Chain using OpenAI API (Hands-on)

OpenAI API를 활용하여 LLM Chain 구현하기 (실습) 에서

Written on

·

116

0

OpenAI API를 활용하여 LLM Chain 구현하기 (실습) 에서

All attempts to connect to pypi.org failed.

Probable Causes:

- the server is not responding to requests at the moment

- the hostname cannot be resolved by your DNS

- your network is not connected to the internet

You can also run your poetry command with -v to see more information. 이런 에러가뜹니다..

 

image.png

미치겠네요..

챗봇gradiochatgptllmlangchainragopenai-api

Answer 1

0

pdstudio님의 프로필 이미지
pdstudio
Instructor

안녕하세요. 판다스 스튜디오입니다.

 

pypi 서버의 일시적 장애 또는 방화벽 이슈로 보이긴 합니다.

우선 다음과 같이 poetry cache를 삭제하고 다시 한번 설치해보세요.

poetry cache clear --all pypi

 

계속 문제가 발생하면 편하게 말씀해주세요.

감사합니다.

red91232932's profile image
red91232932

asked

Ask a question