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

How to install graphite on Debian 10[Q] #2674

Closed
SATadsl opened this issue Feb 4, 2021 · 8 comments
Closed

How to install graphite on Debian 10[Q] #2674

SATadsl opened this issue Feb 4, 2021 · 8 comments

Comments

@SATadsl
Copy link

SATadsl commented Feb 4, 2021

Please I really need your help I've tried everything to install Graphite on my Debian testing machine and it didn't work is there any recent document to do that ?! please I need your help

@piotr1212
Copy link
Member

I've tried everything

it didn't work

What did you try and what didn't work? There is not much to say without specific information. wrt docs, see: https://graphite.readthedocs.io/en/stable/install.html#installing-graphite not perfect but should get you going.

@SATadsl
Copy link
Author

SATadsl commented Feb 4, 2021

Hey piotr

I saw your posts this morning I really hope that you can help me with that

like this error

`/opt/graphite/lib/python3.7/site-packages/pip/_internal/commands/install.py:230: UserWarning: Disabling all use of wheels due to the use of --build-option / --global-option / --install-option.
cmdoptions.check_install_build_global(options)
ERROR: Location-changing options found in --install-option: ['--prefix', '--install-lib'] from command line. This is unsupported, use pip-level options like --user, --prefix, --root, and --target instead.

I'm trying for 7 hours and it didn't work I don't have this much knowledge in Linux but I really hope I can fix it

`

@deniszh
Copy link
Member

deniszh commented Feb 4, 2021

Hi @SATadsl ,

If you don't have much knowledge in Linux I would really recommend for use to use Docker for installing Graphite - https://graphite.readthedocs.io/en/latest/install.html#docker
Graphite is complex Django application, it's not very easy to install it for unexperienced Linux user.
If you really want to proceed - try to apply fix from that link - #2640 (comment)

@deniszh
Copy link
Member

deniszh commented Feb 4, 2021

PS: You can use e.g. this link - https://community.icinga.com/t/a-distro-agnostic-guide-to-graphite-with-venv-examples-rhel8-debian10-ubuntu18/1424 - but with fix above - instead pip install --upgrade pip wheel setuptools gunicorn whisper use pip uninstall virtualenv; pip install virtualenv==16.7.10; pip install --upgrade gunicorn whisper

@SATadsl
Copy link
Author

SATadsl commented Feb 4, 2021

Maybe my problem is that I'm using Debian 10

When I tried to use pip

-bash: pip: command not found

@deniszh
Copy link
Member

deniszh commented Feb 4, 2021

@SATadsl : A, sorry, I posted wrong link. You need to follow some guide, e.g. this - https://community.icinga.com/t/a-distro-agnostic-guide-to-graphite-with-venv-examples-rhel8-debian10-ubuntu18/1424 but instead

pip install --upgrade pip wheel setuptools gunicorn whisper

use

pip uninstall virtualenv; pip install virtualenv==16.7.10; pip install --upgrade gunicorn whisper

@piotr1212
Copy link
Member

  > -bash: pip: command not found

apt install python3-pip

@stale
Copy link

stale bot commented Apr 7, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 7, 2021
@stale stale bot closed this as completed Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants