- This topic has 2 replies, 2 voices, and was last updated 3 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Trying to write in AppData fail
Running in my local jupyter notebook I run into an issue where this:
return_status, advertised_topology = slice_manager.resources()
fails due to:
[Errno 13] Permission denied: ‘C:\\Users\\ilija\\AppData\\Local\\Temp\\tmpdd4wcrtl-graphml’
why is it trying to write there? Even running jupyter in administrative mode does not fix this issue.
That looks like a Windows path. Is this on a Windows machine? I suspect this has something to do with the way you setup the Python virtual environment on Windows. I’m not very familiar with Windows but will reach out to one of the FABRIC student who previously got this working and see if he can help.
hi, yes this is a windows laptop.