This repository was archived by the owner on Mar 23, 2019. It is now read-only.
This repository was archived by the owner on Mar 23, 2019. It is now read-only.
Not able to Install Ansible-Container in Google Cloud #952
Open
Description
ISSUE TYPE
Bug Report
OS / ENVIRONMENT
Google Cloud
Cloud SDK 207.0.0
alpha 2018.06.22
beta 2018.06.22
bq 2.0.34
core 2018.06.22
gsutil 4.32 ```
##### SUMMARY
We are trying to setup Ansible-Container in our google cloud. We are facing error while running install command using pip
##### STEPS TO REPRODUCE
Pip Version 10.0.1
python Version 2.7.5
git 1.8.3.1
Docker 1.13.1
command tried: pip install ansible-container[docker,k8s]
##### EXPECTED RESULTS
Ansible-container has to be installed successfully
##### ACTUAL RESULTS
Error : Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-UA6vuF/ansible-container/
Fix tried : pip install --upgrade setuptools
Requirement already up-to-date: setuptools in ./.local/lib/python2.7/site-packages (40.0.0)