- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 07:05 AM
Has anyone else run into the issue where applying libraries through a compute policy just completely does not work?
I'm trying to insane some pretty basic Python libraries from PyPI (pytest and paramiko, for example) and it is failing on 13.3 and 14.3 LTS versions.
I am using "Shared" access mode and Unity Catalog enabled.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 04:14 AM
I was able to install these libraries using a %pip command, so they are definitely compatible with the cluster.
I'm also using an all-purpose cluster doing interactive development work, so the dependent libraries for workflows aren't relevant here.
Interesting change I've seen- the libraries are now installing properly. At a guess, there was some sort of delay after I apply to the policy to the cluster (the cluster was previously on a different policy)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 04:14 AM
I was able to install these libraries using a %pip command, so they are definitely compatible with the cluster.
I'm also using an all-purpose cluster doing interactive development work, so the dependent libraries for workflows aren't relevant here.
Interesting change I've seen- the libraries are now installing properly. At a guess, there was some sort of delay after I apply to the policy to the cluster (the cluster was previously on a different policy)