mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 20:25:50 +03:00
[GH-ISSUE #236] Path and/or BootLoader reference error(s) on Raspberry Pi? #213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @RoarkDority on GitHub (Jan 24, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/236
Hi Brent,
I am trying with different examples on a Raspberry Pi and get these errors. (below)
Questions:
I think I need to fix the path error(s) shown (/home/pi/.local/lib/python3.7/...
How to remove the prepended /home/pi from the rest of the path?
Also, is there something I need to do to avoid the BOOTLOADER reference error (near the end)?
Thanks in advance! :-)
Greets,
Roark
Pixel Studio West
An error occurred while packaging
Traceback (most recent call last):
File "/home/pi/.local/lib/python3.7/site-packages/auto_py_to_exe/packaging.py", line 131, in package
run_pyinstaller()
File "/home/pi/.local/lib/python3.7/site-packages/PyInstaller/main.py", line 124, in run
run_build(pyi_config, spec_file, **vars(args))
File "/home/pi/.local/lib/python3.7/site-packages/PyInstaller/main.py", line 58, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File "/home/pi/.local/lib/python3.7/site-packages/PyInstaller/building/build_main.py", line 793, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "/home/pi/.local/lib/python3.7/site-packages/PyInstaller/building/build_main.py", line 725, in build
exec(code, spec_namespace)
File "/tmp/tmpqgi4i41l/combinder.spec", line 40, in
entitlements_file=None )
File "/home/pi/.local/lib/python3.7/site-packages/PyInstaller/building/api.py", line 508, in init
self.postinit()
File "/home/pi/.local/lib/python3.7/site-packages/PyInstaller/building/datastruct.py", line 155, in postinit
self.assemble()
File "/home/pi/.local/lib/python3.7/site-packages/PyInstaller/building/api.py", line 593, in assemble
raise SystemExit(_MISSING_BOOTLOADER_ERRORMSG)
SystemExit: Fatal error: PyInstaller does not include a pre-compiled bootloader for your
platform. For more details and instructions how to build the bootloader see
https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html
@brentvollebregt commented on GitHub (Jan 25, 2022):
Did you read the link in the error?
A search in Google for "pyinstaller bootloader raspberry pi" lead me to https://stackoverflow.com/a/55550762 which offers help on the missing bootloader.
@github-actions[bot] commented on GitHub (Mar 27, 2022):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Apr 1, 2022):
Closing issue due to no activity in more than 60 days.