> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-run-filter-ui-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Python

<Card title="W&B 클라이언트가 Python 2를 지원하나요?" href="/ko/support/models/articles/does-the-wb-client-support-python-2" arrow="true" horizontal>
  W\&B 클라이언트 라이브러리는 버전 0.10까지 Python 2.7과 Python 3를 모두 지원했습니다. Python 2.7 지원은 중단되었 ...
</Card>

<Card title="W&B 클라이언트가 Python 3.5를 지원하나요?" href="/ko/support/models/articles/does-the-wb-client-support-python-35" arrow="true" horizontal>
  W\&B 클라이언트 라이브러리는 버전 0.11까지 Python 3.5를 지원했습니다. Python 3.5 지원은 버전 0.12에서 종료되었으며, 이 버전은 ...
</Card>

<Card title="이 기능은 Python에서만 작동하나요?" href="/ko/support/models/articles/does-this-only-work-for-python" arrow="true" horizontal>
  이 라이브러리는 Python 2.7 이상과 Python 3.6 이상을 지원합니다. 이 아키텍처는 다음과의 인테그레이션을 용이하게 합니다 ...
</Card>

<Card title="Python 코드로 sweep을 재개하려면 어떻게 해야 하나요?" href="/ko/support/models/articles/how-can-i-resume-a-sweep-using-python-co" arrow="true" horizontal>
  sweep을 재개하려면 `sweep_id`를 `wandb.agent()` 함수에 전달하세요.
</Card>

<Card title="gcc가 없는 환경에서 wandb Python 라이브러리를 어떻게 설치하나요?" href="/ko/support/models/articles/how-do-i-install-the-wandb-python-librar" arrow="true" horizontal>
  wandb 설치 중 다음과 같은 오류가 발생하면: 미리 빌드된 wheel에서 psutil을 직접 설치하세요. 사용 중인 Pyt ...을 확인하세요
</Card>

<Card title="Weights and Biases용 anaconda 패키지가 있나요?" href="/ko/support/models/articles/is-there-an-anaconda-package-for-weights" arrow="true" horizontal>
  pip 또는 conda로 설치할 수 있는 anaconda 패키지가 있습니다. conda의 경우 conda ...에서 패키지를 획득하세요
</Card>
