인프런 커뮤니티 질문&답변
uv sync 파이썬 버전문제 onnxruntime
작성
·
14
0
발생: uv sync 시 패키지 호환문제 발생
➜ inflearn-langgraph-agent git:(main) uv sync
Resolved 233 packages in 3ms
error: Distribution onnxruntime==1.20.1 @ registry+https://pypi.org/simple can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're using CPython 3.14 cp314), but onnxruntime (v1.20.1) only has wheels with the following Python ABI tags: cp313, cp313t
requires-python = "==3.13" 으로 3.13 버전 고정했더니 문제없이 설치되었습니다.
답변
답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!




