nyxiereal / XToolbox

XToolBox - A collection of 150+ Windows 10/11 optimization and tweaking apps!
GNU General Public License v2.0
784 stars 55 forks source link

ERROR: Invalid requirement: pip install -U requests colorama lastversion ping3 filelock tqdm pip: error: no such option: -U #27

Closed Drovosek01 closed 11 months ago

Drovosek01 commented 11 months ago

Describe the bug Trying build https://github.com/xemulat/XToolbox#%EF%B8%8F-building and got error

To Reproduce Did all that wrote in build section https://github.com/xemulat/XToolbox#%EF%B8%8F-building in Git bash in Windows

git clone https://github.com/xemulat/XToolbox
pip install -r requirements.txt
pip install pyinstaller
pyinstaller --onefile --clean --upx-dir="path\to\upx\dir" main.py

And when execute pip install -r requirements.txt I got error

$ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Usage: pip [options]

ERROR: Invalid requirement: pip install -U requests colorama lastversion ping3 filelock tqdm
pip: error: no such option: -U

Expected behavior Command for build execute without Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

nyxiereal commented 11 months ago

Just exclude the -U, I updated the file to fix this problem.