Search found 3 matches

by Tharkun
Tue May 07, 2024 8:14 pm
Forum: General Discussion
Topic: Failure to Build: ESP32 MacOs M1 Arm
Replies: 3
Views: 723

Re: Failure to Build: ESP32 MacOs M1 Arm

SOLVED Found the problem as last. I did the following: arch -x86_64 python3 -m pip install cffi --no-cache It complained it wasn't getting the x86_64 version of the cffi package, so I installed the x86_64 version and the problem was solved. Seems strange given it's an arm64 platform. Anyway, works n...
by Tharkun
Tue May 07, 2024 8:07 am
Forum: General Discussion
Topic: Failure to Build: ESP32 MacOs M1 Arm
Replies: 3
Views: 723

Re: Failure to Build: ESP32 MacOs M1 Arm

I tried that. "arch -arm64 python3 -m pip install cryptography --no-cache", and it made no difference. I did think of uninstalling all python packages, then re-installing, forcing them all to arch -arm64. Not sure though that everything necessarily has an -arm64 equivalent. I might re-install with a...
by Tharkun
Mon May 06, 2024 6:14 am
Forum: General Discussion
Topic: Failure to Build: ESP32 MacOs M1 Arm
Replies: 3
Views: 723

Failure to Build: ESP32 MacOs M1 Arm

I am trying to build the Expressif hello world example on my Mac M1. I followed the instructions to the letter, installing the latest release within Visual Studio, using the Expressif extension. Installation proceeded without event. When I came to build the test application, at the end of the build ...