Pip XenAPI 설치

Jmnote bot (토론 | 기여)님의 2020년 12월 27일 (일) 13:30 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
pip XenAPI 설치
pip install XenAPI
ImportError: No module named XenAPI

1 사전작업[ | ]

2 확인[ | ]

root@zetawiki:~# pip list | grep XenAPI
root@zetawiki:~# python -c 'import XenAPI'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named XenAPI

3 설치[ | ]

root@zetawiki:~# pip install XenAPI
Downloading/unpacking XenAPI
  Downloading XenAPI-1.2.tar.gz
  Running setup.py (path:/tmp/pip_build_root/XenAPI/setup.py) egg_info for package XenAPI
    
Installing collected packages: XenAPI
  Running setup.py install for XenAPI
    
Successfully installed XenAPI
Cleaning up...

4 확인 2[ | ]

root@zetawiki:~# python -c 'import XenAPI'
root@zetawiki:~# pip list | grep XenAPI
XenAPI (1.2)

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}