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

ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects #420

Open
srini4osdb opened this issue May 1, 2024 · 1 comment

Comments

@srini4osdb
Copy link

Getting below error when trying to install the oncall in my local machine.

sudo git clone https://github.com/linkedin/oncall.git
cd oncall
sudo /home/ubuntu/venv/bin/python -m pip install --editable .


Building wheels for collected packages: oncall, greenlet
Building editable for oncall (pyproject.toml) ... done
Created wheel for oncall: filename=oncall-2.1.7-0.editable-py3-none-any.whl size=8523 sha256=0e64fc61da7e60ef7abb23608eaf6b74a4160e1a05973f26d488146cc5d59017
Stored in directory: /tmp/pip-ephem-wheel-cache-uiiwuquj/wheels/c2/27/83/c502e0189941ffcec9538808e1f02e8ebbc2da4c75a95571c6
Building wheel for greenlet (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for greenlet (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [158 lines of output]
running bdist_wheel

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for greenlet
Successfully built oncall
Failed to build greenlet
ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects


Can you please help me here.

@srini4osdb
Copy link
Author

Here is the version details

ubuntu@ip-172-31-0-95:~/oncall$ /home/ubuntu/venv/bin/python --version
Python 3.12.3

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