Skip to content
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 compatibility #93

Closed
wants to merge 40 commits into from
Closed

windows compatibility #93

wants to merge 40 commits into from

Conversation

kushalkolar
Copy link
Collaborator

@kushalkolar kushalkolar commented Aug 5, 2022

works on windows, fixes #56 and other annoying things

windows is extremely weird, together with the lack of a proper API for caiman which requires files to be moved around after an algo is run (since it's not possible to tell caiman where to put output files), and then windows doesn't like moving the files after so a method from a private attribute needs to be called to close the memmap instance. this is very bad but whatever ¯\_(ツ)_/¯ numpy/numpy#13510 (comment)

also added windows github action to CI pipeline

@kushalkolar
Copy link
Collaborator Author

this became a mess, superseeded by #95

@kushalkolar kushalkolar closed this Aug 7, 2022
@kushalkolar kushalkolar deleted the windows-stuff branch November 8, 2022 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows OS error while running caiman - FileNotFound
1 participant