prusa3d / Prusa-Firmware

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

[BUG] Error compiling firmware with python #4537

Closed seppelicous closed 7 months ago

seppelicous commented 7 months ago

Describe the bug I downloaded the latest source file via clone git. I ran the compile command as seen in below quote and always get the same error. It happens on MacOS Sonoma (Mac M1) and on Windows 11 Actually I don't know which informations are helpful for you, so maybe the error output is acutely helpful enough.

Prusa git:(master) ✗ python utils/build.py --preset mk4 --generate-bbf Switching to Buddy's virtual environment. You can disable this by setting the BUDDY_NO_VIRTUALENV=1 env. variable. Traceback (most recent call last): File "/Users/Sebastian/Prusa/utils/build.py", line 832, in <module> main() File "/Users/Sebastian/Prusa/utils/build.py", line 623, in main bootstrap.switch_to_venv_if_nedded() File "/Users/Sebastian/Prusa/utils/bootstrap.py", line 211, in switch_to_venv_if_nedded os.execv(str(venv_bin_dir / 'python'), FileNotFoundError: [Errno 2] No such file or directory

3d-gussner commented 7 months ago

@seppelicous This is the repository for the 8-bit MK2.5/S MK3/S/+ printers please close the issue here and open it in the 32-bit MINI, MK4, XL repository https://github.com/prusa3d/Prusa-Firmware-Buddy

seppelicous commented 7 months ago

Sorry, wrong repository.

3d-gussner commented 7 months ago

@seppelicous No Problem, hope they can help you in the 32-bit repo.