hydrus icon indicating copy to clipboard operation
hydrus copied to clipboard

Issue in python version > 3.9

Open vrutik2809 opened this issue 3 years ago • 0 comments

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

vrutik2809 avatar Feb 23 '22 14:02 vrutik2809