hydrus
hydrus copied to clipboard
Issue in python version > 3.9
I'm submitting a
- [x] bug report.
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:
- run the command:
pip install -r requirements.txt
with python version > 3.9 (mine was3.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