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
my build is failing at Generating x509_crt_bundle. anyone know how to fix this?
rpi3 deb bookworm python3.11 OpenSSL 3.0.11
update -
i compiled openssl with fips module only to discover ossl 3 no longer supports fips_mode.
update - nuclear option
i downgraded to deb 11 openssl1.0.2 fips 2 mod pyhton3.9 - and was able to build & flash but using ESP32-LyraTD example which looks like doesnt work with ESP32-LyraTD-SYNA
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
build issues amazon_aia on ESP32-LyraTD-SYNA
build issues amazon_aia on ESP32-LyraTD-SYNA (IDFGH-11270)
Oct 18, 2023
I'm sorry but ESP-IDF v4.2 is not supported anymore. I would guess that a relatively very new version of operating system combined with a very old ESP-IDF is causing the problem. The cryptography package is probably linked to older openssl library. You might be able to work around the issue by installing an older openssl library.
Also please consider to upgrade to the latest bugfix release of v4.4. It should contain no breaking changes in comparison with v4.2.
.espressif/python_env/idf4.2_py3.11_env/lib/python3.11/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: undefined symbol: FIPS_mode
my build is failing at Generating x509_crt_bundle. anyone know how to fix this?
rpi3 deb bookworm python3.11 OpenSSL 3.0.11
update -
i compiled openssl with fips module only to discover ossl 3 no longer supports fips_mode.
update - nuclear option
i downgraded to deb 11 openssl1.0.2 fips 2 mod pyhton3.9 - and was able to build & flash but using ESP32-LyraTD example which looks like doesnt work with ESP32-LyraTD-SYNA
The text was updated successfully, but these errors were encountered: