You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The activate.sh or bootstrap.sh scripts fail on a Raspberry Pi 4
Expected behavior
Scripts fail without error
actual behavior
An Error occurs: × Building wheel for cryptography (pyproject.toml) did not run successfully.
system configuration
Linux MatterPi 5.15.0-1014-raspi #16-Ubuntu SMP PREEMPT Tue Aug 23 10:22:52 UTC 2022 armv7l armv7l armv7l GNU/Linux
Other Info
$ pip install wheel
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (0.37.1)
$ pip install cryptography
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (3.4.8)
activate.sh script fails on Raspberry Pi
The
activate.sh
orbootstrap.sh
scripts fail on a Raspberry Pi 4Expected behavior
Scripts fail without error
actual behavior
An Error occurs:
× Building wheel for cryptography (pyproject.toml) did not run successfully.
system configuration
Linux MatterPi 5.15.0-1014-raspi #16-Ubuntu SMP PREEMPT Tue Aug 23 10:22:52 UTC 2022 armv7l armv7l armv7l GNU/Linux
Other Info
Full Log:
fulllog.txt
Any help is appreciated …
The text was updated successfully, but these errors were encountered: