Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marcindulak opened this issue Nov 14, 2023 · 0 comments
Open

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

marcindulak opened this issue Nov 14, 2023 · 0 comments

Comments

@marcindulak
Copy link

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'
@marcindulak marcindulak changed the title databricksruntime/python:12.2-LTS: seaborn ImportError databricksruntime/python:12.2-LTS: seaborn ModuleNotFoundError Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant