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

[BUG] Cant install using pip. #2815

Open
adamboutcher opened this issue Jul 19, 2023 · 4 comments
Open

[BUG] Cant install using pip. #2815

adamboutcher opened this issue Jul 19, 2023 · 4 comments
Labels

Comments

@adamboutcher
Copy link

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):

  • OS flavor: Rocky Linux 9.2
  • Graphite-web version: 1.1.10
  • Django/Python version: Python 3.9
  • Setup type: pip in a virtual env

Additional context
The tar file from Pypi is correct but however pip deals with this results in that directory not being there.

@adamboutcher
Copy link
Author

Related?
#1972
#2409
#2205

@adamboutcher adamboutcher changed the title [BUG] [BUG] Cant install using pip. Jul 19, 2023
Copy link

stale bot commented Dec 15, 2023

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 Dec 15, 2023
@deniszh
Copy link
Member

deniszh commented Dec 15, 2023

Yes, latest pip/virtualenv are broken. For python 3.9 you can use pip==20.1.1 and virtualenv==16.7.10

@stale stale bot removed the stale label Dec 15, 2023
@earthgecko
Copy link
Contributor

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

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

No branches or pull requests

3 participants