-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not working on Windows #45
Comments
Hi! Sorry I only use Linux and macOS myself so I know very little about how Docker on Windows and how it differs. I certainly don't do any testing there. The |
Thanks for your fast reply! I'll try to investigate. |
It's very strange: Sometimes it works fine but most of the time it fails with the error above. It seems to be flaky. But there are also lots of other issues with your library on windows:
|
I'm not surprised - I mean there are generally lots of failures when you port software to a completely new OS 😆 I would take patches for Windows support if (a) someone was willing to help maintain it and (b) we could get CI running for it. I did look into (b), but whilst it's quite easy to do Python CI on Windows with GitHub actions, I don't think you could really test Docker for Windows on a Windows GitHub actions. Unfortunately all my "volunteer" hours are set aside for Home Assistant, so i'm unlikely to be able to help much beyond patch review. |
Other alternatives would be executing tests in a container or using WSL to execute tests. The latter is supported in PyCharm Pro and I´ve found a WSL supporting extension for VSCode. Maybe this are valid workarounds. This could even be mentioned in the READ.ME in case other users are affected as well. |
Yes, I completely agee with you. The WSL seems to be a very good solution, I'll try it later in detail. I think it isn't worth the effort to make this package 100 % percent Windows compatible. But it would be very nice if you could add a section in the Using WSL with PyCharm Pro: https://www.jetbrains.com/help/pycharm/using-wsl-as-a-remote-interpreter.html |
Hi there!
I'm using your library on Linux and it works fine. Now I tried it on WIndows (WIndows 10) and it doesn't work. Is there a way to make your library work with Windows?
Here is the error I'm getting:
I don't anything special in my code:
How can I fix this?
The text was updated successfully, but these errors were encountered: