We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error occurs while installing on Debian jessie:
TASK [graphite-api : graphite-api-configure | Install Graphit API] ************* changed: [sen-met-prd-01] => (item=flask) changed: [sen-met-prd-01] => (item=gunicorn) failed: sen-met-prd-01 => {"cmd": "/opt/graphite/env/bin/pip install graphite-api", "failed": true, "item": "graphite-api", "msg": "stdout: Collecting graphite-api\n Downloading graphite_api-1.1.3-py2.py3-none-any.whl (80kB)\nCollecting pytz (from graphite-api)\n Downloading pytz-2016.7-py2.py3-none-any.whl (480kB)\nCollecting tzlocal (from graphite-api)\n Downloading tzlocal-1.2.2.tar.gz\nCollecting pyparsing>=1.5.7 (from graphite-api)\n Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)\nCollecting cairocffi (from graphite-api)\n Downloading cairocffi-0.7.2.tar.gz (75kB)\n Complete output from command python setup.py egg_info:\n unable to execute 'x86_64-linux-gnu-gcc': No such file or directory\n unable to execute 'x86_64-linux-gnu-gcc': No such file or directory\n \n No working compiler found, or bogus compiler options\n passed to the compiler from Python's distutils module.\n See the error messages above.
The problem is resolved by adding apt packagae 'gcc' to install.deb.yml.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following error occurs while installing on Debian jessie:
TASK [graphite-api : graphite-api-configure | Install Graphit API] *************
changed: [sen-met-prd-01] => (item=flask)
changed: [sen-met-prd-01] => (item=gunicorn)
failed: sen-met-prd-01 => {"cmd": "/opt/graphite/env/bin/pip install graphite-api", "failed": true, "item": "graphite-api", "msg": "stdout: Collecting graphite-api\n Downloading graphite_api-1.1.3-py2.py3-none-any.whl (80kB)\nCollecting pytz (from graphite-api)\n Downloading pytz-2016.7-py2.py3-none-any.whl (480kB)\nCollecting tzlocal (from graphite-api)\n Downloading tzlocal-1.2.2.tar.gz\nCollecting pyparsing>=1.5.7 (from graphite-api)\n Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)\nCollecting cairocffi (from graphite-api)\n Downloading cairocffi-0.7.2.tar.gz (75kB)\n Complete output from command python setup.py egg_info:\n unable to execute 'x86_64-linux-gnu-gcc': No such file or directory\n unable to execute 'x86_64-linux-gnu-gcc': No such file or directory\n \n No working compiler found, or bogus compiler options\n passed to the compiler from Python's distutils module.\n See the error messages above.
The problem is resolved by adding apt packagae 'gcc' to install.deb.yml.
The text was updated successfully, but these errors were encountered: