PermissionError: [Errno 13] Permission denied /app of using llamaindex

Thanks for sharing that! I think the problem is that, on Community Cloud, you are not able to create the directories needed in the default location. I would recommend trying something like this:

ImageReader = download_loader("ImageReader", custom_path="local_dir")

That should change the code to download the model to put it in local_dir/ rather than the default location. I don’t know for sure if that will work, but that is what I would try next.

1 Like