-
Notifications
You must be signed in to change notification settings - Fork 47
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
No data written to local folder on Windows 11 #635
Comments
Huh, I don't have access to a windows machine right now, but the first thing that jumps out at me is that windows paths are I'm a little surprised this works: See if this works?
|
The same code works on a Linux machine, thus it seems to be related to paths. I can try to investigate on that, and keep the issue open in the meantime. |
This did not work, but Windows understands |
It turns out the files were written in a strange path: For full support on Windows, it might be interesting to rewrite cloudvolume/paths.py with |
Hi! That is pretty weird. I would appreciate more contributions for windows support! Bear in mind that most CloudVolume use is for e.g. |
Ah yes, good point! I'll only tweak the handling of the "local://" paths then |
Hi,
I have come up with a script to write chunks of 256^3 voxels into a precomputed segmentation, but no data is actually written to the disk (which is not full), not even the JSON info file. I am wondering whether it is related to using a Windows (W11) workstation (although they got it working in #618).
This is the script I have:
This is the output, which comfirms the files were found:
The text was updated successfully, but these errors were encountered: