Problème avec fatal error: mbedtls/net.h: No such file or directory

Bonjour,

Depuis ce matin, après avoir mis à jour l'IDE Arduino et les cartes j'ai ce message :
fatal error: mbedtls/net.h: No such file or directory

est ce que quelqu'un pourrait m'aider ?

Merci d'avance,

Add the missing library with Library Manager.

voici le message d'erreur en sortie :
In file included from c:\Users\admin\Documents\Arduino\libraries\ESP32_Mail_Client\src/WiFiClientSecureESP32.h:55,
from c:\Users\admin\Documents\Arduino\libraries\ESP32_Mail_Client\src/ESP32_MailClient.h:38,
from C:\Users\admin\Documents\Arduino\Marauder_V1\Projet_TEMP_V4.ino:6:
c:\Users\admin\Documents\Arduino\libraries\ESP32_Mail_Client\src/ssl_client32.h:36:10: fatal error: mbedtls/net.h: No such file or directory
36 | #include "mbedtls/net.h"
| ^~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: exit status 1

you can help me ?

I just did, add the library the error msg is telling you is missing.
Here are screen grabs of the library and the missing her
Screenshot 2024-08-17 at 09.40.50

i have installed the package and same problem.

Show us the error log, ALL of it. In code tags.

Here is the error :

Then you are doing something wrong, I showed you what is required, I can do no more.

sorry but can you write more precisely what to do, or maybe I did it wrong.
I installed the seeed package... via the manager

show me the library in the libraries directory, use a screen grab.

Ok, and what folders are inside Seeed_Arduino_mbedtls

Something is a little different right? Try just including net.h

I just tried the sample from that library, and your net.h include FAILS even if I specify the whole path. Very mysterious. I am stumped for the moment.

I tried #include "mbedtls/net.h" but same problem

Try this example in the Seeed_Arduino_mbedtls library
Screenshot 2024-08-17 at 20.14.23

i don't know it works for you :