I try to install the python wheel in the dbfs in databricks.
I first run below to confirm that I have that python wheel.
display(dbutils.fs.ls("dbfs:/FileStore/python-wheels/"))
Then I did
%pip install /dbfs/FileStore/python-wheels/dp_utils-0.1.43-py3-none-any.whl
But I got error that
I really don’t know why. Anyone has any idea?