본문 바로가기

packageinstallation2

Python 파이썬에서 yaml 패키지를 설치하는 방법은 무엇인가요?, How do I install the yaml package for Python? 질문 나는 YAML을 사용하는 Python 프로그램을 가지고 있습니다. 새로운 서버에 pip install yaml을 사용하여 설치를 시도하였으나 다음과 같은 결과가 반환되었습니다: $ sudo pip install yaml Downloading/unpacking yaml Could not find any downloads that satisfy the requirement yaml No distributions at all found for yaml Storing complete log in /home/pa/.pip/pip.log Python을 위한 yaml 패키지를 어떻게 설치할 수 있을까요? Python 2.7을 실행 중입니다. (운영체제: Debian Wheezy) 답변 다음 링크에서 https:.. 2023. 11. 3.
Python 오류: vcvarsall.bat을 찾을 수 없습니다., error: Unable to find vcvarsall.bat 질문 나는 Python 패키지 dulwich를 설치하려고 시도했습니다: pip install dulwich 하지만 알 수 없는 오류 메시지가 표시됩니다: error: Unable to find vcvarsall.bat 동일한 오류가 수동으로 패키지를 설치하려고 할 때도 발생합니다: > python setup.py install running build_ext building 'dulwich._objects' extension error: Unable to find vcvarsall.bat 답변 Update: 댓글에서 이 지침이 위험할 수 있다는 것을 지적합니다. Visual C++ 2008 Express 버전이나 목적에 맞게 제작된 Microsoft Visual C++ Compiler for Python.. 2023. 6. 26.