-
Notifications
You must be signed in to change notification settings - Fork 697
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
Incompatible numpy version in Docker container #1572
Comments
Thank you for your interest in Apache Sedona! We appreciate you opening your first issue. Contributions like yours help make Apache Sedona better. |
mvaaltola
added a commit
to mvaaltola/sedona
that referenced
this issue
Sep 3, 2024
Resolves apache#1572
Related to #1478. Running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Running
import pandas as pd
insideapache/sedona:1.6.1
Jupyter notebook environment should succeed.Actual behavior
Import fails, apparently due to
numpy
andpandas
versions being incompatible.Steps to reproduce the problem
docker run --rm -p 8888:8888 -p 8080:8080 -p 8081:8081 -p 4040:4040 apache/sedona:1.6.1
import pandas as pd
and runSettings
Sedona version = 1.6.1
Image version = 1.6.1 or latest (
sha256:992f9645635abd1df6adb6fbfb3c08d716494b25d3ee445413c4f6fd46eeff28
)Apache Spark version = 3.4.1
API type = Python
Python version = 3.10.12
Environment = Standalone / Docker
The text was updated successfully, but these errors were encountered: