inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

황지환 Hwang님의 게시글

황지환 Hwang 황지환 Hwang

@zhwanhwang4538

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

게시글 1

질문&답변

kernel crash 문의

windows 11 pro 25 H2 재설치 python 3.12.10 단일 설치 kernel crash 이슈는 없어졌고요, 코드 재시도 아래와 같은 에러 발생. .venv\Lib\site-packages\langchain_chroma\vectorstores.py:1431, in Chroma.from_documents(cls, documents, embedding, ids, collection_name, persist_directory, host, port, headers, chroma_cloud_api_key, tenant, database, client_settings, client, collection_metadata, collection_configuration, ssl, **kwargs) 1429 if ids is None: 1430 ids = [doc.id if doc.id else str(uuid.uuid4()) for doc in documents] -> 1431 return cls.from_texts( 1432 texts=texts, 1433 embedding=embedding, 1434 metadatas=metadatas, 1435 ids=ids, 1436 collection_name=collection_name, 1437 persist_directory=persist_directory, 1438 host=host, 1439 port=port, 1440 ssl=ssl, 1441 headers=headers, ... ----> 1 from .chromadb_rust_bindings import * 3 __doc__ = chromadb_rust_bindings.__doc__ 4 if hasattr(chromadb_rust_bindings, "__all__"): ImportError: DLL load failed while importing chromadb_rust_bindings: 지정된 모듈을 찾을 수 없습니다. Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings... 저의 해결책은 아래 그림과 같이 Microsoft Visual C++ Redistributable 설치 하여 해결 하였습니다. https://github.com/abbodi1406/vcredist/tree/master/source_links

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