inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

문신호님의 게시글

문신호 문신호

@sosgxv9174

수강평 작성수
3
평균평점
5.0

게시글 3

질문&답변

Lecture 7 내용 진행중 오류

먼가 인식이 잘안된거 같네요.. 컴퓨터 재부팅하니까 사라졌습니다.

좋아요수
0
댓글수
2
조회수
446

질문&답변

Ch07 - 04파일 / timeout 에러

적용이좀 어려워서 구글링 다시 해보니까 pip install httpcore==0.15.0 httpx pymongo googletrans 설치하면 해결된다고 해서 해보니까 에러는 사라졌습니다.... 04_Translate_app 파일에서는 또 객체가 없는 오류도 나오다 보니까 지우고 다시 설치했습니다. (pymongo 몽고db쓰는거도 아닌데 설치를 왜했는지 모르겠네요..) googletrans 번역이.. 버전충돌이 많은거 같아요 ㅠ pip uninstall googletrans pip install googletrans==3.1.0a0 하니까 해결했고 04_Translate_app_NewVersion 파일꺼는..해결못했네요 ㅠ

좋아요수
0
댓글수
2
조회수
958

질문&답변

Ch07 - 04파일 / timeout 에러

다시 가상환경지우고 내용 따라하니까 이번에는 다른 내용이 나오네요.. 버전 충돌이 되는거 같습니다. 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. googletrans 3.1.0a0 requires httpx==0.13.3, but you have httpx 0.25.2 which is incompatible. 최종 에러는 이렇게 나옵니다. AttributeError : module 'httpcore' has no attribute 'SyncHTTPTransport'

좋아요수
0
댓글수
2
조회수
958