moonraker requires python 3.7 #125
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to install the klipper on a laptop, it's worth building mint based on 19.3. the system has python 3.6.9 by default, tried to install 3.7.5 manually, enabled this version by default. python --version gives 3.7.5 but moonraker gives the same error! How to fix it? tried installing like this https://tecadmin.net/install-python-3-7-on-ubuntu-linuxmint/
Hi!
Sorry but your request doesn't fit the scope of this issue tracker. You will have to find a solution on how to successfully upgrade Python to at least Python 3.7 on your system.
where is the system? I wrote that version 3.7.5 is installed in the system, but the installer does not see it.
KIAUH checks for the correct python 3 version with the following command:
python3 --versionWhats the output of that command for you?
3.7.5
I will look into it.
Next time be a bit more precise. You wrote:
And if there are moonraker errors, its not in the scope of KIAUH.
That's why i closed it. No need to edit the issue title with
<CLOSED UNREASONABLE>ok. I also tried to enable 3.7.5 by default, I tried to install 3.7 in the system, in env, install kiauh in the system and in env. always gives an error that version 3.6.9 is installed.
isn't not a kiauh?
Please make a screenshot of sending the command
python3 --versionto your terminal and its output.I'm sorry, but I can't do this now, because I did a stupid thing by running the python 3.6 uninstall command and now I need to reinstall the system
Well, please report back then when your system is up and running again.
ok
https://fastpic.org/view/116/2021/1017/_e10a0f36c7d6690322579b4ade87fe63.jpg.html
https://fastpic.org/view/116/2021/1017/_eaca04825d376305e5ee0fc3e22bb621.jpg.html
Okay so what i see is:
python --version-> Python 2.7.17python3 --version-> Python 3.6.9And therefore the minimum required python version of 3.7 for Moonraker is not met and you can't install Moonraker.