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
While installing dependencies using pip install -r requirements.txt (python version > 3.9), I am encountering the following error: Building wheel for greenlet (setup.py) ... error error: subprocess-exited-with-error
The reason for this is mentioned in this issue
Expected Behaviour:
All the dependencies should be installed
Steps to reproduce:
run the command: pip install -r requirements.txt with python version > 3.9 (mine was 3.10.2)
Environment:
python version - 3.10.2
pip version - 22.0.3
OS details
Name - Microsoft Windows 11 Home Single Language
Version - 10.0.22000 N/A Build 22000
Do you want to work on this issue?
Yes
The text was updated successfully, but these errors were encountered:
I'm submitting a
Current Behaviour:
While installing dependencies using
pip install -r requirements.txt
(python version > 3.9), I am encountering the following error:Building wheel for greenlet (setup.py) ... error
error: subprocess-exited-with-error
The reason for this is mentioned in this issue
Expected Behaviour:
All the dependencies should be installed
Steps to reproduce:
pip install -r requirements.txt
with python version > 3.9 (mine was3.10.2
)Environment:
Do you want to work on this issue?
Yes
The text was updated successfully, but these errors were encountered: