Unable to install a wheel file which is in my volume to a serverless cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 06:56 AM
I am trying to install a wheel file which is in my volume to a serverless cluster, getting the below error@ken
Note: you may need to restart the kernel using %restart_python or dbutils.library.restartPython() to use updated packages.
WARNING: Requirement '/dbfs/Volumes/adl_prod_ctlg/table_utils/table-utils/tableUtils-0.0.1-py3-none-any.whl' looks like a filename, but the file does not exist
Processing /dbfs/Volumes/adl_prod_ctlg/table_utils/table-utils/tableUtils-0.0.1-py3-none-any.whl
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/dbfs/Volumes/adl_prod_ctlg/table_utils/table-utils/tableUtils-0.0.1-py3-none-any.whl'
CalledProcessError: Command 'pip --disable-pip-version-check install '/dbfs/Volumes/adl_prod_ctlg/table_utils/table-utils/tableUtils-0.0.1-py3-none-any.whl'' returned non-zero exit status 1.
File <command-118531548941866>, line 1
----> 1 get_ipython().run_line_magic('pip', "install '/dbfs/Volumes/adl_prod_ctlg/table_utils/table-utils/tableUtils-0.0.1-py3-none-any.whl'")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 02:45 AM
I have the same exact Issue from the model serving feature that uses a serverless cluster. Any solution found?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:35 AM
also having the same issue! id love to understand what is going on 😕
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 02:35 AM
@vanessafvg Serverless currently dont support this fucntionality, as per my understanding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 04:51 AM
We also having the same issue! Any solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
my issue is that i was using dabs and i needed to reference /Workspace in the beginning of my location. where do you reference from a job?