esptool: error: unrecognized arguments #301
Replies: 3 comments
-
Config looks probably fine but you're getting your commands mixed up. |
Beta Was this translation helpful? Give feedback.
-
brad@Brads-Mac-mini ~ % python3 -m esphome run /Users/brad/Desktop/project.yaml /Library/Developer/CommandLineTools/usr/bin/python3: No module named esphome seems like there is no esphome installed? |
Beta Was this translation helpful? Give feedback.
-
sorry got esphome installed now but seems some issues with config file while parsing a flow mapping |
Beta Was this translation helpful? Give feedback.
-
this is the error i get from
python3 -m esptool run /Users/brad/Desktop/project.yaml
esptool: error: unrecognized arguments: /Users/brad/Desktop/project.yamlpython3 -m esptool upload /Users/brad/Desktop/project.yaml
is there a issue with my command line or could the yaml file have issues?
Beta Was this translation helpful? Give feedback.
All reactions