majuss

Results 89 comments of majuss

Try different ESP32 boards. Spoiler, almost every board is broken that way... fresh venv on macOS or Debian. Can't compile any ESP32 board.

Still the same with 6.0, everything is broken. Not only ESP32 but also ESP8266 is broken af ![Screenshot 2022-06-17 at 17 31 10](https://user-images.githubusercontent.com/6533164/174330054-7c81255e-c8f6-4f9b-acf1-9c50d8c2685b.png)

I did: ``` python3 -m venv venv source venv/bin/activate pip install esphome esphome compile example.yaml ```

> Got my platformio working, there were some file permission issues on my dev host. But there seem to be multiple follow-up issues. > > When trying to build the...

@mmakaay I'am really sorry for my tone, I was stressed out that day. Yes I'am using esphome in a local python venv. I had various problems and could't compile anything...

When I try it with 5.2.5 I get the inital error in post https://github.com/esphome/issues/issues/3357#issue-1267855706 for any board I try.

@mmakaay I'am still getting the URI error. All my steps: ``` python3 -m venv esphomevenv source esphomevenv/bin/activate pip install esphome esphome compile bettlich.yaml ``` My yaml: ``` substitutions: devicename: "bettlicht"...

What is this line: "script/setup"? Which setup from where?

```shell rm -rf ~/.platformio python3 -m venv venv source venv/bin/activate pip install esphome esphome compile example.yaml ``` I still get: