I am trying to install a wheel file which is in my volume to a serverless cluster, getting the below error@ken
@Retired_mod
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'")