Loading

Python 3.10용 TabPy 지원

게시 일자: Aug 25, 2025
상세 설명

Python 3.10 환경에서 TabPy를 설치할 때 다음 오류가 발생할 수 있습니다.

Could not fetch URL https://pypi.org/simple/tabpy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/tabpy/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)'))) - skipping(URL https://pypi.org/simple/tabpy/을 가져오지 못함: SSL 인증서를 확인하는 데 문제가 발생했습니다: HTTPSConnectionPool(host='pypi.org', port=443): url: /simple/tabpy/로 최대 재시도 초과 SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] 잘못된 버전 번호 (_ssl.c:997)'))이 원인임) - 건너뛰는 중)
ERROR: Could not find a version that satisfies the requirement tabpy (from versions: none)(오류: 요구 사항 tabpy를 충족하는 버전을 찾을 수 없음(버전: 없음))
ERROR: No matching distribution found for tabpy(오류: tabpy에 대해 일치하는 분포를 찾을 수 없음)

Cause

Python 3.10은 현재 TabPy에서 지원되지 않습니다. 지원되는 Python 버전은 다음 페이지에 나와 있는 3.7, 3.8 및 3.9입니다.
솔루션
가능한 해결 방법으로 Python 가상 환경에서 TabPy를 실행합니다. 이를 통해 시스템에서 제공하는 Python 및 관련 Pip 패키지 버전과 무관하게 분리할 수 있습니다.

Python 가상 환경에서 TabPy를 실행하는 방법에 대한 지침은 가상 환경에서 TabPy 실행을 참조하십시오.
Knowledge 기사 번호

001534994

 
로드 중
Salesforce Help | Article