prusa3d / Prusa-Firmware

Firmware for Original Prusa i3 3D printer by PrusaResearch
GNU General Public License v3.0
1.99k stars 1.05k forks source link

[QUESTION]<get a error when trying to run „python .\utils\bootstrap.py“> #4627

Closed KingJulian97 closed 4 months ago

KingJulian97 commented 4 months ago

Hey Guys,

want to compile Prusa-Firmware-3.13.2 for my MK3S, but I get a error when trying to run „python .\utils\bootstrap.py“.

I have only little understanding of programming except of getting Marlin Firmware configured ;-), I try to give you all informations required. Please let me know if is something missing.

Using Mac OS Monterey 12.7.3; VS Code Version: 1.87.0; Python 3.12 - installed with homebrew, also virtual evn via pip; Xcode library

I‘m googling und trying/testing for weeks now, but nothing worked so far or maybe I understood it not the right way.

Thanks for your help! I really appreciate it!

Screenshot_VS-Code

3d-gussner commented 4 months ago

@KingJulian97 Please verify that python --version shows Python 3.12.x The python .\utils\bootstrap.py is for Windows please look at the Linux section of the README. I don't have any MAC OS but please try to execute ./utils/bootstrap.py

Also not sure if these works on MAC OS Monterey

KingJulian97 commented 4 months ago

@3d-gussner thanks a lot for your fast reply! That was the issue, somehow I managed to get stuck to the "VS-Code" in the title and did not noticed the underlaying "windows" anymore.

Have a nice day!

3d-gussner commented 4 months ago

Please close this issue. BTW FW 3.13.3 is released please use this https://github.com/prusa3d/Prusa-Firmware/tree/v3.13.3 as your base to build the firmware.