LilyGO T4 v1.3 problem
-
I bought a LilyGO T4 v1.3 and i'm disappointed because i can't dowload my sketch on him
I'm on Mac
I installed the CH9102F driver and tested
I installed his specific github module and follow the instructions
https://imgur.com/a/JUxBF7sIn the user_setup_select.h i select :
#include <User_Setups/Setup22_TTGO_T4_v1.3.h> // Setup file for ESP32 and TTGO T4 version 1.3But after all that i've still this compilation error with ESP32 dev Module and all others ESP32 cards:
[695] Error loading Python lib '/var/folders/fp/jfzrnvjx6dj86vy0zj9v44xh0000gn/T/_MEIBPYw4q/libpython3.8.dylib': dlopen: dlopen(/var/folders/fp/jfzrnvjx6dj86vy0zj9v44xh0000gn/T/_MEIBPYw4q/libpython3.8.dylib, 10): Library not loaded: @loader_path/libintl.8.dylib
Referenced from: /var/folders/fp/jfzrnvjx6dj86vy0zj9v44xh0000gn/T/_MEIBPYw4q/libpython3.8.dylib
Reason: no suitable image found. Did find:
/var/folders/fp/jfzrnvjx6dj86vy0zj9v44xh0000gn/T/_MEIBPYw4q/libintl.8.dylib: cannot load 'libintl.8.dylib' (load command 0x80000034 is unknown)
/private/var/folders/fp/jfzrnvjx6dj86vy0zj9v44xh0000gn/T/_MEIBPYw4q/libintl.8.dylib: cannot load 'libintl.8.dylib' (load command 0x80000034 is unknown)exit status 255
Compilation error: exit status 255