오류 ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects 현시점에 langchain 을 사용하려면 python 은 3.12 버전에서는 aiohttp 및 기타 모듈들의 의존성 문제로 langchain 이 설치되지 않는다. langchain 을 설치하려면 python 버전을 3.12 버전 미만으로 설치해야 한다. LangChain 설치 pip install langchain 참고 : https://github.com/langchain-ai/langchain/issues/11479 Unable to use Python 3.12 due to `aiohttp` and other dep..