Alberto_Umana
Databricks Employee
Databricks Employee

Hi @rtreves,

The error you are encountering, "DRIVER_LIBRARY_INSTALLATION_FAILURE" with the message "ERROR: Could not open requirements file: [Errno 13] Permission denied," indicates that the driver node does not have the necessary permissions to access the requirements.txt file located in your GitHub-linked "Repos" folder.

Can you try installing the libraries via a notebook? 

%pip install -r /Workspace/Repos/path/to/requirements.txt