Sergio Gasquez Arcos
Sergio Gasquez Arcos
Thanks for reporting this issue! I would say is not an issue with your installation, `espmonitor` is not needed at all, the command that can be used to monitor without...
Hi! Sorry if I am getting something wrong, but if I do the installation with the `x86_64-pc-windows-gnu` `rustup-init` script or if I use the standalone installer for the same triple...
After some more testing, I found out that the error comes from the Window install script. Both `install.bat` and `ìnstall.ps1` are giving me the same error
Mistery solved, I was using python `Python 3.11.0b5` which is a pre-release and there are no wheels for windows-curses for python `3.11`. Running the installers with python `3.8.7` works fine....
Nevermind, browsing through `embuild` code I found out that[ there is already a TODO and a python version check](https://github.com/esp-rs/embuild/blob/master/src/espidf.rs#L475-L476), should we keep this issue open to address this todo and...
Hi! Do you have `cmake` installed?
Have you tried doing `cargo clean && cargo build`? If you have, maybe you are missing some dependency. Do you mind elaborating on what have you done to install the...
Hi! I've never used nix, I will give it a try with the docker image `nixos/nix` (probably on Monday). Could you give me a small reproducer? In the meantime, I...
> How is the script deciding what to call? Is it perhaps relying on PATH and adding its tools at the end of it? If you have `clang` installed and...
> @SergioGasquez Ah, good to know! Thanks. Is there a reason why system clang is preferred over the vendored version? IIUC ESP-IDF is handled the other way around, where one...