Ackater / writing.com-archival

Utility for downloading Interactives from Writing.com
https://ackater.github.io/writing.com-archival
23 stars 3 forks source link

Error while downloading requirements #59

Open kuhaku152 opened 9 months ago

kuhaku152 commented 9 months ago

I am extremely new to using terminals and most things related to command line so this might be my fault but, when I am trying to run pip install command(idk if I am supposed to run it on regular cmd or git bash in folder, tried both), it gives me Getting requirements to build wheel: finished with status 'error' , during the 2nd time it is getting requirements to build wheel:

$ pip install -r requirements.txt Collecting beautifulsoup4==4.8.2 (from -r requirements.txt (line 3)) Using cached beautifulsoup4-4.8.2-py3-none-any.whl (106 kB) Collecting certifi==2019.11.28 (from -r requirements.txt (line 4)) Using cached certifi-2019.11.28-py2.py3-none-any.whl (156 kB) Collecting chardet==3.0.4 (from -r requirements.txt (line 5)) Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting idna==2.8 (from -r requirements.txt (line 6)) Using cached idna-2.8-py2.py3-none-any.whl (58 kB) Collecting lxml==4.4.2 (from -r requirements.txt (line 7)) Using cached lxml-4.4.2.tar.gz (2.6 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 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting mechanicalsoup==0.12.0 (from -r requirements.txt (line 8)) Using cached MechanicalSoup-0.12.0-py2.py3-none-any.whl (18 kB) Collecting python-dateutil==2.8.2 (from -r requirements.txt (line 9)) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting pyyaml==6.0 (from -r requirements.txt (line 10)) Using cached PyYAML-6.0.tar.gz (124 kB) 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

I added the rest of the error as a picture. image_2023-12-07_010421459