Replies: 1 comment
-
Looks like a problem installing python libraries. Not sure what exactly is the reason. I'll try to figure out during this week. Meanwhile you can try building everything with docker: Docker file contains all necessary dependencies, and uses build_firmware.sh that you can customize if you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am continuing instructions in https://github.com/cryptoadvance/specter-bootloader/blob/master/doc/selfsigned.md in order to test a bootloader. The build has completed successfully, but I am at the step of creating initial firmware. I installed virtualenv with
python -m pip install --user virtualenv
which wasn't in the instructions, but there was novirtualenv
in my path. I ranpython -m virtualenv .venv
successfully andsource
d the.venv
with no errors, but while running:I run into the following exception
Looking at
specter-bootloader/tools/.venv/lib/python3.10/site-packages/setuptools/config/setupcfg.py
, I see references to bothlicence_file
andlicence_files
:Should I be using an older version of something here or does the code need to be updated?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions