Open adamboutcher opened 1 year ago
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.
Yes, latest pip/virtualenv are broken. For python 3.9 you can use pip==20.1.1 and virtualenv==16.7.10
Just FYI for anyone else that bumps into this. Another method to circumvent this pip and virtualenv issue is to install this in your virtualenv as follows with no-binary
cd /opt/graphite
source bin/activate
bin/pip3 install --no-binary=:all: https://github.com/graphite-project/graphite-web/tarball/1.1.10
This works on Python 3.8, 3.9 and 3.10
Describe the bug Doesn't install using pip correctly
To Reproduce
/usr/bin/python3 -m venv /opt/graphite source /opt/graphite/bin/activate pip install graphite-web but no such file or directory: /opt/graphite/webapp/graphite
Expected behavior Expected the complete tar to be there.
Environment (please complete the following information):
Additional context The tar file from Pypi is correct but however pip deals with this results in that directory not being there.