Skip to content

databricksruntime/python:12.2-LTS: seaborn ModuleNotFoundError #149

@marcindulak

Description

@marcindulak

The list of packages at https://docs.databricks.com/en/release-notes/runtime/12.2lts.html includes seaborn 0.11.2, however it's not present in the container images (checked for example databricksruntime/python:13.3-LTS)

IMAGE=databricksruntime/python:12.2-LTS
docker run --rm -it --name databricks  $IMAGE bash -c "/databricks/python3/bin/python --version"
docker run --rm -it --name databricks  $IMAGE bash -c "/databricks/python3/bin/pip --version"
docker run --rm -it --name databricks  $IMAGE bash -c "/databricks/python3/bin/python -c 'import seaborn'"

Output

Python 3.9.5
pip 21.2.4 from /databricks/python3/lib/python3.9/site-packages/pip (python 3.9)
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'seaborn'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions