-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'pkg_resources' #235
Comments
|
That seems to work for me, however that means that there's a missing dependency in some package - right? |
@joachimtingvold , thank you. |
Same issue on a macOS using esphome from homebrew, resolved following @joachimtingvold suggestion but used pip as module since it is not available as command in esphome venv:
|
I can't use ESPhome HomeAssistant add-in, while my RPi 3b, does not have enough memory.
I want to setup a Bluetooth-proxy. I can with the ready made package through https://esphome.io/projects/?type=bluetooth, but then I can't change any of the yaml config later on.
So I want to do it through the command line interface on Windows PC. This is working for Arduino framework.
But bluetooth_proxy requires esp-idf. I do read some requirements on https://esphome.github.io/esp-web-tools/ about "Preparing your firmware' with a version 4 or v3. But I don't understand what is meant with that.
the error I get is:
The text was updated successfully, but these errors were encountered: