containers icon indicating copy to clipboard operation
containers copied to clipboard

missing dependencies in python:14.3-lts

Open ericfeunekes opened this issue 1 year ago • 0 comments

I used the databricksruntime/python:14.3-LTS image but when loading it in Databricks it's missing some dependencies for IPywidgets. As well as the dependencies for Black formatting to work.

Regarding the former. I tried using tqdm but it fails, saying I need to update jupyter and ipywidgets. So I pip install those. Then when I try running tqdm it just says that it fails to load.

I haven't tried installing the dependencies for black formatting yet.

This is mostly to say I understand you want a minimal version for the python image (from comments on #150), but it would be good if it at least allowed the image to work with Databricks features. I'm not sure what libraries I'd have to install in my custom image to make sure all Databricks features work.

ericfeunekes avatar Apr 10 '24 23:04 ericfeunekes