ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 394 forks source link

Not able to Install Ansible-Container in Google Cloud #952

Open Manigunner opened 6 years ago

Manigunner commented 6 years ago
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)
Voronenko commented 6 years ago

when you are saying google cloud, what operation system is on mentioned VM? and it's version?