Open phant0m2290 opened 3 years ago
python Main.py
i cant install the newest PIP needed. i used all the commands but he dont know the syntax pip or something
Do you use Windows or Linux? you need to manually instal pip. if you use windows you should uninstall python by opening hte installer and choose the uninstalloption then install it again but make sure you select the checkbox "add pip to path"
If you use Linux you need to install it using apt but you also should apdate and upgrade apt first. you can do this within 1 single line:
apt update && apt upgrade && apt install python3-pip
i cant install the newest PIP needed. i used all the commands but he dont know the syntax pip or something
Do you use Windows or Linux? you need to manually instal pip. if you use windows you should uninstall python by opening hte installer and choose the uninstalloption then install it again but make sure you select the checkbox "add pip to path"
If you use Linux you need to install it using apt but you also should apdate and upgrade apt first. you can do this within 1 single line:
apt update && apt upgrade && apt install python3-pip
so i uninstalled every pythin thing i had. and installed python 3.8.0 (cous that is the version it asks for) but when i launch install.bat it says ive installed 3.9
i cant install the newest PIP needed. i used all the commands but he dont know the syntax pip or something
Do you use Windows or Linux? you need to manually instal pip. if you use windows you should uninstall python by opening hte installer and choose the uninstalloption then install it again but make sure you select the checkbox "add pip to path" If you use Linux you need to install it using apt but you also should apdate and upgrade apt first. you can do this within 1 single line:
apt update && apt upgrade && apt install python3-pip
so i uninstalled every pythin thing i had. and installed python 3.8.0 (cous that is the version it asks for) but when i launch install.bat it says ive installed 3.9
so i fixed this. but now when i lauch install.bat it gives an error. the logs: https://hastebin.com/egeronuhex.php
i cant install the newest PIP needed. i used all the commands but he dont know the syntax pip or something