Skip to content
New issue

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

Step 'Install Graphit API' fails: gcc missing #2

Open
rolanddb opened this issue Oct 12, 2016 · 0 comments
Open

Step 'Install Graphit API' fails: gcc missing #2

rolanddb opened this issue Oct 12, 2016 · 0 comments

Comments

@rolanddb
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant