-
Notifications
You must be signed in to change notification settings - Fork 304
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 fixes #2235
Windows fixes #2235
Conversation
Hi @aaron-boxer! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
abe8179
to
72bea03
Compare
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Assuming CI passes this should be fine to merge, just triggered it now |
Regarding to the os.remove part in init.py, I suppose the temp file cannot be deleted since the file descriptor is not closed yet. Can we try with the following:
|
72bea03
to
2c78f71
Compare
Thanks, that worked - this is a much better fix. |
2c78f71
to
5276e48
Compare
CI passing now, ready to merge ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for fixing it on Windows!
@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This PR contains a few small fixes to allow setup to run on Windows without erroring out.