inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

172만명의 커뮤니티!! 함께 토론해봐요.

23강 질문드립니다, 강사님.

미해결

안티그래비티 CLI 하네스 엔지니어링

────── 강사님 안녕하세요, 질좋은 강의 제공 감사드립니다. 다름이 아니라, 23강에서 네모 사이트의 상업용 부동산 데이터를 모으고 분석하는 과정중에, '서브 에이전트를 활용하여 pptx, word, xls, 대시보드를 생성'하는 부분에서 기존에 claud anthropic에서 다운받았던 스킬을 사용하는것이 아닌것 같습니다. 아래와 같이 터미널에 뜹니다. 이전 강의에서 듣기론, rule->skill이 액션이 있기전에 미리 자동 적용되는것이라고 배운것 같은데 혹시 이부분 어떻게 하면 될까요? 감사합니다, ### 🔄 2. 서브에이전트 오케스트레이션 실행 단계 • Step 1 [진행중]: office_document_builder 서브에이전트 호출 (ID: 88609d46-1647-42a2-9623-052f22d7c191) • nemo_realestate 프로젝트에 대해 .docx, .pptx, .xlsx, .html 4종 문서 생성 스크립트 구축 및 구동 • Step 2 [예정]: 생성 완료 메시지 수신 즉시 document_verifier_healer 서브에이전트 자동 호출 ➔ 정량 무결성 검증 및 자가치유 보완 실행 ┃ office_document_builder needs approval for Create

  • python
  • vscode
  • gemini
  • 안티그래비티
jehagis1 댓글 1 좋아요 0 조회수 28

import

미해결

프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)

강의 내용을 보면 import를 입력했을 때 글자 바로 아래에 상자 모양이 나타나는데 제가 하면 그런 모양이 안 나타나요. import 글자 아래에 상자 모양이 나타나게 하려면 어떻게 해야 될까요?

  • python
topikgo 댓글 1 좋아요 0 조회수 31

45강 예제4번에서 질문 있어요!

미해결

프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)

강의 내용 중에 a = 'Park' if a == 'Kim' 라고 하셨는데요. 그런데 예제 파일에서는 'Park'이라고 되어 있어요. try: a = 'Park' if a == 'Park': print('OK! Pass!') else: raise ValueError except ValueError: print('Occurred! Exception!') else: print('Ok! else!')

  • python
topikgo 댓글 1 좋아요 0 조회수 42

45강 강의 10분 03초 내용에서 x + 1 을 하는 이유는 뭔가요?

미해결

프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)

45강 강의 10분 03초 내용에서 x + 1 을 하는 이유는 뭔가요? Kim 을 첫 번째 호출했을 때 1이 나오게 하려고 하는 건가요? 아니면 Kim이 가지고 있는 index를 1로 설정해 주기 위한 건가요? print('{} Found it! {} in name'.format(z, x + 1))

  • python
topikgo 댓글 1 좋아요 0 조회수 35

Json.stringify 관련 오류일까요?

미해결

원클릭으로 AI가 생성해주는 Youtube 쇼츠 만들기 자동화(with n8n)

{ "items" : [ { "idx": 1, "text": {{ Json.stringify($json.Image_Prompt1) }} } ] } {{ Json.stringify($json.Image_Prompt1) }} 이렇게 오류가 나네요. 어떻게 하면 될까요?

  • python
  • youtube-api
  • n8n
  • 인공지능(ai)
댓글 2 좋아요 0 조회수 36

image pull 에러

미해결

Certified Kubernetes Security Specialist (CKS) – Practical Exam Guide

2번째 컨테이너의 경우 image: 1pro:exam 로 되어있어 이미지를 가져오는데 에러가 발생합니다. image: 1pro/exam 으로 코드 수정이 필요할 것 같습니다. 감사합니다.

  • kubernetes
  • security
  • devops
  • infrastructure
  • container
Jerry 댓글 2 좋아요 1 조회수 35

cursor 환경

해결됨

베개투자법 완성: 아침이 설레는 AI 주식 완전 자동매매 Claude 바이브코딩

강의를 막힘없이 따라가기 위해서는 강사님 작업환경과 같아야 한다고 생각되어서 질문합니다. cursor 환경이 강사님과 내가 다르네요. 상단 메뉴바나 펼쳐진 폴더도... 아래 사진일을 보고 답변부탁드립니다

  • python
  • 머신러닝
  • aws
  • FastAPI
  • 퀀트
  • cloud-computing
  • claude
박영준 댓글 2 좋아요 1 조회수 52

Gradio 실행 시 에러 발생 문의

미해결

RAG 마스터: 기초부터 고급기법까지 (feat. LangChain)

안녕하세요. 001강과 마찬가지로 002강에서도 Gradio 실행 시 에러 뜹니다.. 어떻게 해결해야할까요? ERROR: Exception in ASGI application Traceback (most recent call last): File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_ impl.py ", line 422, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/middleware/proxy_ headers.py ", line 63, in call return await self.app (scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/ applications.py ", line 1163, in call await super().__call__(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/ applications.py ", line 90, in call await self.middleware_stack(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 186, in call raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 164, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain env/lib/python3.11/site-packages/gradio/route_ utils.py ", line 761, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ exceptions.py ", line 63, in call await wrap_app_handling_exceptions( self.app , conn)(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 53, in wrapped_app raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 42, in wrapped_app await app(scope, receive, sender) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/middleware/ asyncexitstack.py ", line 18, in call ... File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/jinja2/ utils.py ", line 515, in getitem rv = self._mapping[key] ~~~~~~~~~~~~~^^^^^ TypeError: unhashable type: 'dict' Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings... Running on local URL: http://127.0.0.1:7862 ERROR: Exception in ASGI application Traceback (most recent call last): File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_ impl.py ", line 422, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/middleware/proxy_ headers.py ", line 63, in call return await self.app (scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/ applications.py ", line 1163, in call await super().__call__(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/ applications.py ", line 90, in call await self.middleware_stack(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 186, in call raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 164, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain env/lib/python3.11/site-packages/gradio/route_ utils.py ", line 761, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ exceptions.py ", line 63, in call await wrap_app_handling_exceptions( self.app , conn)(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 53, in wrapped_app raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 42, in wrapped_app await app(scope, receive, sender) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/middleware/ asyncexitstack.py ", line 18, in call ... File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/jinja2/ utils.py ", line 515, in getitem rv = self._mapping[key] ~~~~~~~~~~~~~^^^^^ TypeError: unhashable type: 'dict' Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings...

  • python
  • 챗봇
  • llm
  • langchain
  • rag
jmg2443 댓글 2 좋아요 0 조회수 51

Gradio 실행 시 Jinja2 / ASGI TypeError: unhashable type: 'dict' 에러 문의

미해결

RAG 마스터: 기초부터 고급기법까지 (feat. LangChain)

안녕하세요, 강의 내용대로 Gradio를 이용하여 인터페이스를 실행하려는데 아래와 같이 ASGI application 에러가 발생하며 서버가 정상 동작하지 않습니다. 어떡해야할까요? ERROR: Exception in ASGI application Traceback (most recent call last): File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_ impl.py ", line 422, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/middleware/proxy_ headers.py ", line 63, in call return await self.app (scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/ applications.py ", line 1163, in call await super().__call__(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/ applications.py ", line 90, in call await self.middleware_stack(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 186, in call raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 164, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain env/lib/python3.11/site-packages/gradio/route_ utils.py ", line 761, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ exceptions.py ", line 63, in call await wrap_app_handling_exceptions( self.app , conn)(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 53, in wrapped_app raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 42, in wrapped_app await app(scope, receive, sender) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/middleware/ asyncexitstack.py ", line 18, in call ... File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/jinja2/ utils.py ", line 515, in getitem rv = self._mapping[key] ~~~~~~~~~~~~~^^^^^ TypeError: unhashable type: 'dict' Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings... Running on local URL: http://127.0.0.1:**** ERROR: Exception in ASGI application Traceback (most recent call last): File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_ impl.py ", line 422, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/uvicorn/middleware/proxy_ headers.py ", line 63, in call return await self.app (scope, receive, send) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/ applications.py ", line 1163, in call await super().__call__(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/ applications.py ", line 90, in call await self.middleware_stack(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 186, in call raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ errors.py ", line 164, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain env/lib/python3.11/site-packages/gradio/route_ utils.py ", line 761, in call await self.app (scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/middleware/ exceptions.py ", line 63, in call await wrap_app_handling_exceptions( self.app , conn)(scope, receive, send) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 53, in wrapped_app raise exc File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/starlette/_exception_ handler.py ", line 42, in wrapped_app await app(scope, receive, sender) File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/fastapi/middleware/ asyncexitstack.py ", line 18, in call ... File "/opt/anaconda3/envs/langchain_env/lib/python3.11/site-packages/jinja2/ utils.py ", line 515, in getitem rv = self._mapping[key] ~~~~~~~~~~~~~^^^^^ TypeError: unhashable type: 'dict' Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings...

  • python
  • 챗봇
  • llm
  • langchain
  • rag
jmg2443 댓글 2 좋아요 0 조회수 55

7강 보고 있는데요.. 글자가 너무 작아요

미해결

Spring WebFlux + LLM 실전 구현

모니터 27인치 최대크기로 해도 너무 작아서 모니터 엄청 가까이 하고 봐야하네요.. 너무 불편해요..

  • java
  • spring
  • webflux
  • chatgpt
  • llm
YongIl Park 댓글 1 좋아요 0 조회수 27

안녕하세요, 강의자료 요청드립니다

미해결

컴퓨터 비전 이상 탐지, 개발부터 배포까지 올인원 마스터

이메일로 강의자료, 코드 요청드립니다. lsblsb01@gmail.com 좋은 강의 감사합니다!

  • python
  • 머신러닝
  • 딥러닝
  • azure-databricks
  • 인공지능(ai)
P펭S수 댓글 1 좋아요 0 조회수 35

개발 환경 준비와 프로젝트 구조 강의 관련

해결됨

베개투자법 완성: 아침이 설레는 AI 주식 완전 자동매매 Claude 바이브코딩

5강 2분 14초 이후 내용을 어디서 보나요?

  • python
  • 머신러닝
  • aws
  • FastAPI
  • 퀀트
  • cloud-computing
  • claude
댓글 2 좋아요 1 조회수 48

자료실 문의합니다. AIDU 툴 다운받으려고합니다.

미해결

[AICE] Basic 합격을 위한 맞춤 강의

자료실이 어디에 있나요? 툴을 다운 받아야하는데 못찾게습니다.

  • python
  • 머신러닝
  • 딥러닝
  • 데이터-리터러시
  • AICE
ked9614 댓글 1 좋아요 0 조회수 30

수강연장요청 문의

미해결

[퇴근후딴짓] 빅데이터 분석기사 실기 (작업형1,2,3)

수강연장 요청드립니다. 3트시험을 준비중입니다.. 현재 강의종료일이 10.31일로 나오네요.. 시험한달전이라.. 혹시 한달만 더 연장가능할까요??? 부탁드리겠습니다.

  • python
  • 머신러닝
  • 빅데이터
  • pandas
  • 빅데이터분석기사
jeelf67 댓글 1 좋아요 0 조회수 59

무한 depth 구현 중 CommentPath 관련 질문

미해결

스프링부트로 직접 만들면서 배우는 대규모 시스템 설계 - 게시판

안녕하세요. 현재 27강 수강중입니다. 무한 depth 댓글 구현 중 CommentPath 관련 질문 있습니다. entity 레벨에서 path의 정합성 검증이 필요하지 않나 생각합니다. 1. path가 다섯글자 단위로 넘어오는지 2. path의 length()가 25자를 넘어가는지 위의 정합성과 관련되어 예시로 26글자의 path가 넘어오는 경우 테이블 컬럼이 varchar(25)이기 때문에 DB에 INSERT되지는 않겠지만 calDepth 메서드에서 26 / 5 는 5 depth로 계산되고 필요한 로직이 처리되지 않을까 생각됩니다.

  • java
threekkk 댓글 1 좋아요 0 조회수 42

저장 공간

해결됨

베개투자법 완성: 아침이 설레는 AI 주식 완전 자동매매 Claude 바이브코딩

자동매매 시스템을 만들기 위해서 여러가지 프로그램과 경제 및 주식데이터 저장 및 관리를 해야 하는 SSD 크기는 어느정도 여야 하나요? 사용하고 있는 노트북의 SSD 여유공간은 60기가 정도입니다.

  • python
  • 머신러닝
  • aws
  • FastAPI
  • 퀀트
  • cloud-computing
  • claude
박영준 댓글 2 좋아요 1 조회수 44

수업자료 안열림

미해결

(라즈베리파이를 이용한) AI 인공지능 자율주행 자동차 만들기

첫번째 수업 자료가 열리지 않습니다

  • python
  • Raspberry-Pi
Maximus 댓글 1 좋아요 0 조회수 30

41강 1분 39초 영상에서 import test_module이 조회 안 돼요.

미해결

프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)

경로 설정은 잘 되었으나 import test를 누르면 강의 영상과 같이 안 나타나는데요. 무슨 문제일까요? 그런데 출력값은 영상 강의와 같네요.

  • python
topikgo 댓글 1 좋아요 0 조회수 40

실습파일이 제대로 올라와 있지 않습니다.

미해결

입문자를 위한 Python 기초

아래 깃허브에 실습파일들이 제대로 올라와 있지 않습니다. * 실습파일: https://github.com/tsdata/python-basic

  • python
댓글 2 좋아요 0 조회수 38

인기 태그

인프런 TOP Writers

주간 인기글