[Bug]: mne with vscode permissions error on Nectar Desktop #274
Closed
air2310
started this conversation in
Bug Report
Replies: 1 comment 2 replies
-
Dear @air2310, yes, that's indeed a bug. The problem comes from a missing /neurodesktop-storage bind mount. The problem exists in the cloud version of neurodesk and on nectar To fix it in nectar:
Then add this at the end of the file:
I will fix this now in nectar. To fix it in the cloud version:
Then change this:
To:
This will be fixed with the new cloud image that @aswinnarayanan is working on and should be ready in a few days. Thank you for finding this problem :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
Neurodesk through Nectar research cloud virtual desktop service (not sure what version is running)
What platform are you seeing the problem on?
Nectar
What happened
Opening any of the mne/vscode containers results in the following error from vscode:
""Unable to write program user data. A system error occurred. Please make sure the following directories are writable:
~/.confic/Code
/opt/vscode-extensions
/neurodesktop-storage"
It seems as though the opt directory is indeed not writable, so that might be the route of the issue.
Screenshot of error attached:
How to reproduce
Open up any of the mne/code containers through the virtual desktop service.
Relevant log output or screenshot
No response
Beta Was this translation helpful? Give feedback.
All reactions