-
Notifications
You must be signed in to change notification settings - Fork 36
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
signac view doesn't work on Windows #214
Comments
Since symbolic links are not supported on Windows, the only thing we can really do is show a better error message or explicitly check the platform. I wouldn't know how to support views without symbolic links, but I'm open to suggestions. |
This is related to #213 . |
Hello, I am here because of this error, which I encountered while doing the tutorial: On my machine developer mode is enabled, and I can confirm that symlinks are created with the mklink command. However, Can we have this issue revisited? |
@slowglow I’d be happy to review a PR that enables this feature if we are able to test it effectively. Our continuous integration may not have the appropriate privileges. I would be in favor of checking if symlinks are supported on Windows and running those tests depending on that check. |
@bdice Thank you for your response. I understand about the continuous integration issues and I agree with the proposed approach. I would love to try my hand at submitting a PR, but at this time I am still trying to figure out the basic concepts. |
@slowglow Updating the message would be fine as an interim solution. If you want help with opening a PR, let us know! I’ll open an issue to track this behavior and document the proposed long term solution. |
@slowglow Feel free to comment on #430 if you'd like to pursue making these changes to documentation and/or behavior. If you'd like, you can also join our Slack community or come to a signac developer meeting / office hours session to discuss this topic or any other questions you have as a new user. See here for info: https://docs.signac.io/en/latest/community.html Thanks again for reaching out! |
Description
When calling
signac view
on Windows, anOSError
is raised because users typically do not have permissions to create symbolic links on Windows (only administrators have this ability by default). This is discussed in this StackOverflow post: https://stackoverflow.com/questions/6260149/os-symlink-support-in-windowsTo reproduce
signac view
, orSystem configuration
Please complete the following information:
The text was updated successfully, but these errors were encountered: