-
Notifications
You must be signed in to change notification settings - Fork 96
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
exported PORT is not supplied to docker container? #24
Comments
I still have this issue. I see it on my mac when i use |
Thanks for checking it out! Are you trying to flash from inside the container, or outside on the host? We don't currently have a specific error message to tell the user the port doesn't and will never exist inside our container. I will introduce a specific check for this and make the error message clearer. |
Ah, thank you. |
I will make the documentation and error messages clearer. If you'd like to make a new issue for your new error we can work it there, or I can offer the quick (potential) fix of: On the host:
|
I tried your command and the venv got set up again. But I still get the same error |
Appreciate your patience on this! If you could make a new issue please we can work through this there. Thank you so much! |
Ran
export PORT=/dev/ttyACM0
as documented but that is not passed into docker container as anENV
var or passed to--device
?The text was updated successfully, but these errors were encountered: