- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 07:51 AM
Hey @anmol-aidora
The Libraries section in the UI is available under Compute > select your cluster > Libraries. To make sure your .whl file is accessible and valid, you could try attaching it manually to an interactive cluster using the UI, just like I showed in my previous message.
Try attaching the .whl to another cluster and see if it installs correctly. If it works, at least we know that the file is accessible and the package installs properly. I’ve seen some issues in the past where jobs couldn’t access volumes properly, even though the file existed.
As an alternative, you could translate the volume path into a direct bucket or container path. Since a volume (external volumen) is essentially just a layer over your object storage managed via Unity Catalog, you can instead point to the underlying file system path.
Hope this helps, 🙂
Isi