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

NN workflow server configuration fails on Windows 10 if .ilastikrc file does not exist #2351

Closed
k-dominik opened this issue Nov 25, 2020 · 1 comment · Fixed by #2358
Closed

Comments

@k-dominik
Copy link
Contributor

Describe the bug

Saving the server configuration in the NN workflow will fail on Windows if C:\Users\<UserName>\.ilastikrc does not exist.

Error message/traceback

ERROR 2020-11-25 11:26:23,903 excepthooks 8420 8664 Unhandled exception in thread: 'MainThread'
ERROR 2020-11-25 11:26:23,906 excepthooks 8420 8664 Traceback (most recent call last):
  File "C:\Program Files\ilastik-1.4.0b8\ilastik-meta\ilastik\ilastik\applets\serverConfiguration\serverListWidget.py", line 129, in submit
    self._conf_store.store(self._data)
  File "C:\Program Files\ilastik-1.4.0b8\ilastik-meta\ilastik\ilastik\applets\serverConfiguration\configStorage.py", line 132, in store
    with open(self._dst, 'w+') as out:
PermissionError: [Errno 13] Permission denied: 'None'

Reference:

image.sc forum post

Desktop (please complete the following information):

  • ilastik version: 1.4.0b8
  • OS: Windows 10
@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/ilastik-neural-network-classification-workflow/45821/2

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 a pull request may close this issue.

2 participants