On 09/18/2014 06:07 AM, [email protected] wrote: > distutils.errors.DistutilsError: Setup script exited with error: command > 'gcc' failed with exit status 1
Because of some dependencies of python-glanceclient you need to install some development packages. Here you are missing gcc and python-devel. If you do not have to use the latest version of python-glanceclient I think it is better to use the packaged version like described by Marcus. Christian. -- Christian Berendt Cloud Solution Architect Mail: [email protected] B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 _______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
