I cannot install the requirements.txt
im not so experienced but im downloading the req with "pip install -r requirements.txt". Im using git bash and files were downloaded by zip. Thats at my desktop. And im getting that problem: `bilgi@DESKTOP-E0LBN93 MINGW64 ~/Desktop/Open-Sora-main $ pip install -r requirements.txt Collecting colossalai (from -r requirements.txt (line 1)) Using cached colossalai-0.3.6.tar.gz (1.1 MB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'error' error: subprocess-exited-with-error
Getting requirements to build wheel did not run successfully. exit code: 1
[20 lines of output]
Traceback (most recent call last):
File "C:\Users\bilgi\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
Getting requirements to build wheel did not run successfully. exit code: 1
See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. `
Okay i got it it supports just linux. isnt it? if theres an any idea im waiting here and not closing issue.
Try by running wsl --install in powershell as administrator and restart computer. That command should enable features of ubuntu terminal. After installing try with pip3 install -r requirements.txt (should work if everything is installed if not run sudo apt update sudo apt install python3 python3-pip )
Try by running wsl --install in powershell as administrator and restart computer. That command should enable features of ubuntu terminal. After installing try with pip3 install -r requirements.txt (should work if everything is installed if not run sudo apt update sudo apt install python3 python3-pip )
thanks that feedback. I did them and installed ubuntu today. But i didnt understand how can i go directory which is in my local pc? And cause of that i cant install requirement(because i cant the directory which has requirement). Can you or someone help me please?
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.