- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2025 11:04 PM
Hello guys!
I am getting this error when running a job:
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.11/site-packages/some-python-package'
I have listed a wheel file as a dependency in the job environment and running a python script.
I have seen this error before, when I was trying to install a python package via the databricks terminal. That was when I got to know that Databricks doesn't allow you to install packages from terminal.
But this error shouldn't happen when running a job, right? In the job, you have no way of installing packages from anywhere else but the designated job environment.
Please guide me through how to resolve it and get my jobs running again.