#エラー概要
pipからansible-containerをインストールしようとしたができない
エラー詳細
概要で書いてある通りですが、Ansibleの公式ドキュメント記載からansible-containerをインストールしようとしたのですが、以下のエラーが出ました。
python
1pip install ansible-container[docker] 2Collecting ansible-container[docker] 3 Using cached ansible-container-0.9.2.tar.gz (1.4 MB) 4 ERROR: Command errored out with exit status 1: 5 command: /home/yuta/.pyenv/versions/3.8.2/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-aer0zex1/ansible-container/setup.py'"'"'; __file__='"'"'/tmp/pip-install-aer0zex1/ansible-container/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-6hx0f9xx 6 cwd: /tmp/pip-install-aer0zex1/ansible-container/ 7 Complete output (5 lines): 8 Traceback (most recent call last): 9 File "<string>", line 1, in <module> 10 File "/tmp/pip-install-aer0zex1/ansible-container/setup.py", line 10, in <module> 11 from pip.req import parse_requirements 12 ModuleNotFoundError: No module named 'pip.req' 13 14 ---------------------------------------- 15ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 16 17pip install pip.req 18ERROR: Could not find a version that satisfies the requirement pip.req (from versions: none) 19ERROR: No matching distribution found for pip.req 20
[No module named 'pip.req']よりpip.reqをインストールを試しましたが、見つからないと表示されました。
インストールを試みているマシン環境は以下の通りです。
- OS:Linux Mint 19.3 Tricia
- ansible 2.9.7
- Python3.8.2
- pip 20.1
- setuptools 46.1.3
- Docker 19.03.8
他に必要な情報がありましたらコメント欄にてお願いいたします。
どうかよろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/03 11:50
2020/05/03 11:58
2020/05/03 12:02 編集
2020/05/04 09:05