-
Notifications
You must be signed in to change notification settings - Fork 130
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
Dev_docker approach is not working #618
Comments
Nor Windows or Python 3.11 are supported unfortunately. Seems like stretch is no longer supported by the Python docker repo. Try replacing |
Thank you for the fast answer. It doesn't work also, no. Are you still able to run it without errors? If so what would be the best environment or way? |
Personally, I'm running this in VS code using a containerized dev environment. If you enable that extension in VS Code and open this repo, you will be prompted to the library in a containerized environment. |
On Windows 10 |
You might have to install WSL2 or run VS Code on Linux in a VM like VirtualBox. I will close this issue now as the error is unrelated to this library. |
Hi,
I'm using windows 10 and I'm trying to use the dev_docker approach since I couldn't also use the standalone one.
1st STAND-ALONE (CLI) Local python version 3.11.1
![tradfri](https://user-images.githubusercontent.com/59510273/214047081-29705b3e-d8a0-4f61-be4f-a0a857cc7c71.png)
2nd DEV_DOCKER APPROACH
![image](https://user-images.githubusercontent.com/59510273/214044307-2996c58f-bbe7-4460-b6f5-c2c4c398ec4a.png)
I'm not an expert on docker but this image is not in any registry i believe, hence the error.
I tried it with another like 3.11.1 and did get further:
![image](https://user-images.githubusercontent.com/59510273/214045765-8f226cd3-5250-41c6-8c8c-cfbc8c74f541.png)
But still got an error of a missing file: "/usr/src/app/script/install-coap-client.sh: not found"
Any help?
The text was updated successfully, but these errors were encountered: