1. Trying to write in AppData fail

Trying to write in AppData fail

Home Forums FABRIC General Questions and Discussion Trying to write in AppData fail

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1003
    Ilija Vukotic
    Participant

      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.

       

      #1010
      Paul Ruth
      Keymaster

        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.

         

         

        #1013
        Ilija Vukotic
        Participant

          hi, yes this is a windows laptop.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.