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
thread 'main' panicked at 'internal error: entered unreachable code: Bad help structure (doesn't match with path)', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\clap-nested-0.4.0\src\lib.rs:343:25
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The file gets downloaded, I can use it. What I believe is failling is the drivers installation.
The text was updated successfully, but these errors were encountered:
Yes, when I try only this after the file is downloaded it also fails:
.\idf-env.exe driver install --espressif --ftdi --silabs --wch
thread 'main' panicked at 'internal error: entered unreachable code: Bad help structure (doesn't match with path)', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\clap-nested-0.4.0\src\lib.rs:343:25
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
I also tried on an elevated powershell (administrator) tab.
Hi, on the readme.md there's a suggested way of installing on PowerShell:
Invoke-WebRequest 'https://dl.espressif.com/dl/idf-env/idf-env.exe' -OutFile .\idf-env.exe; .\idf-env.exe driver install --espressif --ftdi --silabs --wch
But I get the following output:
The file gets downloaded, I can use it. What I believe is failling is the drivers installation.
The text was updated successfully, but these errors were encountered: