YttriLab / A-SOID

An active learning platform for expert-guided, data efficient discovery of behavior.
Other
55 stars 7 forks source link

WIN10 permission denied #64

Closed kipkeller closed 10 months ago

kipkeller commented 10 months ago

Describe the bug Just started on WINDOWS 10 with the CALms (task3) data and A-SOID cannot access the (npy) datafiles (permission denied - ERRNO 13)

To Reproduce Just followed the DEMO instructions, steps 1-5 and the error occurs on step 5

Expected behavior Expect the demo to continue by loading the data

Screenshots image

Desktop (please complete the following information):

Project Config (please post the content of the corresponding config.ini file) used the Calms from paper (so did not specify a config file)

Additional context permissions are granted in full according to WINDOWS

THANKS!

JensBlack commented 10 months ago

This might be an issue of the data location. can you try to move the dataset to a different location (e.g., desktop) and try again?

kipkeller commented 10 months ago

tried placing data on the desktop and in the users/.../asoid directories either giving the same ERRNO

kipkeller commented 10 months ago

OK - now started from scratch, moved the data into a directory within the asoid directory and it works! Not sure what I did differently. Besides the dos on github and the bioarchiv paper are there more clues on how to get going with it? About to try our own data with DLC and Boris. Thanks

JensBlack commented 10 months ago

Great that it worked out and thank you for reporting this back so other users benefit from your solution!

There is a GitPod workshop version I've been using to teach people how to do the basics:

https://github.com/JensBlack/A-SOID_workshop

Disclaimer: This is not using the latest version and uses the CALMS21 data, so it is probably not what you are looking for.

If you need more detailed explanations, you are welcome to open a new issue/feature request with the specific questions, so it's findable for others as well.