how do I install it
Posted by Commercial_Handle418@reddit | learnprogramming | View on Reddit | 11 comments
so I found this :https://github.com/JnyJny/springer\_downloader
and I wanted to download it but it showed an error message
what do I do to rectify it?
I asked ai and google for help and implemented what they told me to do (remove the $) but it still doesnt work
PS C:Users\\userz> python3 -m pip install git+https://github.com/JnyJny/springer\_downloader
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/JnyJny/springer\_downloader
Cloning [https://github.com/JnyJny/springer\_downloader](https://github.com/JnyJny/springer_downloader) to c:\\users\\userz\\appdata\\local\\temp\\pip-req-build-kxsa6zf7
Running command git clone -- filter=blob:none -- quiet https://github. com/JnyJny/springer\_downloader 'C:\\Users\\userz\\AppData\\Local\\Temp\\pip-req-build-kxsa6zf7'
Resolved https: //github. com/JnyJny/springer\_downloader to commit b6ad441d89c7cfc3416c7d7b4ca7a61707bbb471
Installing build dependencies
Getting requirements to build wheel
... done
Preparing metadata (pyproject. toml) ... done
... done
Collecting loguru<0.5.0,>=0.4.1 (from springer == 0.17.0)
Using cached loguru-0.4.1-py3-none-any.whl.metadata (20 kB)
Collecting pandas<2.0.0,>=1.0.3 (from springer == 0.17.0)
Using cached pandas-1.5.3.tar.gz (5.2 MB)
Installing build dependencies
Getting requirements to build wheel
... done
. 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:Program Files\\WindowsApps\\PythonSoftwareFoundation. Python. 3.12\_3.12.2800.0\_x64 \_\_ qbz5n2kfra8p0\\Lib\\site-packages\\pip\\\_vendor\\pyproject\_hooks\\\_in\_process\\\_in\_process.py", line 389, in <module>
File "C:Program Files\\WindowsApps\\PythonSoftwareFoundation. Python. 3.12\_3.12.2800.0\_x64 \_\_ qbz5n2kfra8p0\\Lib\\site-packages\\pip\\\_vendor\\pyproject\_hooks\\\_in\_process\\\_in\_process.py", line 373, in main
main()
json\_out\["return\_val"\] = hook( \*\* hook\_input\["kwargs"\])
File "C:Program Files\\WindowsApps\\PythonSoftwareFoundation. Python. 3.12\_3.12.2800.0\_x64 \_\_ qbz5n2kfra8p0\\Lib\\site-packages\\pip\\\_vendor\\pyproject\_hooks\\\_in\_process\\\_in\_process.py", line 143, in get\_requires\_for\_build\_wheel
return hook(config\_settings)
File "C:Users\\userz\\AppData\\Local\\Temp\\pip-build-env-h857154x\\overlay\\Lib\\site-packages\\setuptools\\build\_meta.py", line 333, in get\_requires\_for\_build\_wheel
return self .\_ get\_build\_requires(config\_settings, requirements=\[\])
File "C:Users\\userz\\AppData\\Local\\Temp\\pip-build-env-h857L54x\\overlay\\Lib\\site-packages\\setuptools\\build\_meta.py", line 301, in \_get\_build\_requires
self.run\_setup()
File "C:\\Users\\userz\\AppData\\Local\\Temp\\pip-build-env-h857154x\\overlay\\Lib\\site-packages\\setuptools\\build\_meta.py", line 520, in run\_setup
super().run\_setup(setup\_script=setup\_script)
File "C:\\Users\\userz\\AppData\\Local\\Temp\\pip-build-env-h857L54x\\overlay\\Lib\\site-packages\\setuptools\\build\_meta.py", line 317, in run\_setup
exec(code, locals())
File "<string>", line 19, in <module>
ModuleNotFoundError: No module named 'pkg\_resources'
\[end of output\]
note: This error originates from a subprocess, and is likely not a problem with pip.
\[notice\] A new release of pip is available: 25.0.1 -> 26.0.1
\[notice\] To update, run: C:\\Users\\userz\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation. Python. 3.12\_qbz5n2kfra8p0\\python.exe -m pip install -- upgrade 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.
11 Comments
kschang@reddit
Commercial_Handle418@reddit (OP)
kschang@reddit
Commercial_Handle418@reddit (OP)
kschang@reddit
Commercial_Handle418@reddit (OP)
Commercial_Handle418@reddit (OP)
kschang@reddit
Commercial_Handle418@reddit (OP)
Commercial_Handle418@reddit (OP)
bphillab@reddit