You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to install from source, the path is extended to include ".egg" directories in /opt/graphite/webapp, /opt/graphite/lib
To Reproduce
I installed the requirements using the requirements.txt file:
(/usr/local/src/carbon -or- graphite)
python39 -m pip install -r requirements.txt
And then installed carbon:
python39 setup.py install
Expected behavior
/opt/graphite/webapp/ should contain content and graphite directories
This will let me run the django-admin migrate steps later in setup.
Screenshots
Environment (please complete the following information):
OS flavor: Red Hat 8.8
Graphite-web version 1.2.0
Django/Python version Python39, Django==4.2.7
Setup type Source
Additional context
I installed Django 4.2.7, using the requirements file. But I'm seeing Django 3.2.23 in the default directory:
/app/graphite/webapp/Django-3.2.23-py3.9.egg/
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
When trying to install from source, the path is extended to include ".egg" directories in /opt/graphite/webapp, /opt/graphite/lib
To Reproduce
I installed the requirements using the requirements.txt file:
(/usr/local/src/carbon -or- graphite)
python39 -m pip install -r requirements.txt
And then installed carbon:
python39 setup.py install
Expected behavior
/opt/graphite/webapp/ should contain content and graphite directories
This will let me run the django-admin migrate steps later in setup.
Screenshots
Environment (please complete the following information):
Additional context
I installed Django 4.2.7, using the requirements file. But I'm seeing Django 3.2.23 in the default directory:
/app/graphite/webapp/Django-3.2.23-py3.9.egg/
The text was updated successfully, but these errors were encountered: