-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
windows support redux #803
Comments
|
its a permission issue for ops on a closed file, which works on posix but not windows. we had fixed this a while back, but the fix ended up causing a regression that would leak temp dirs, and was reverted. we should revisit proper support for windows. |
|
Would it be easier to shove CC into docker and execute it that way? |
|
probably ;-) we publish per commit into docker hub, or linux compatibility stuff on windows, but we're pretty close to portable outside of that one semantic around the zip file packaging tempfiles, a context manager at the right level would probably resolve it, tbd. |
|
Got it running on an EC2 instance and getting much further :) |
|
In the Python bug https://bugs.python.org/issue14243 I noticed this recommendation, updating the issue here until I have a chance to play with it... |
|
Running into this issue while attempting to test with Windows. |
|
This is still an open issue for running some tests on Windows, most of us developing on Windows are using Windows Subsystem for Linux currently so it hasn't been a blocker - but we should get to it at some point for sure. It is basically functionality that does not exist in Windows so it will require refactoring a bit. |
|
Sure, I did go down the route of using WSL. If we get to the point where we're deploying automatically we'll have to spin up some Linux hosts since we're largely a Windows shop. |
|
This was resolved with #3842 and you should be able to do all your tests on Windows now if you'd like. Please open a new issue if you run into any problems. |
Hello
Can anyone provide some advice on the below error when trying to package a simple policy for lambda.
I have checked permissions/ UAC etc
The text was updated successfully, but these errors were encountered: