locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Regression in geopyspark install #624

Closed jdries closed 6 years ago

jdries commented 6 years ago

I have a build failure due to an attempt to from geopyspark.geopyspark_constants import JAR, CWD in configuration.py While geopyspark_constants only contains GEOTRELLIS_JAR. Build link: https://travis-ci.org/Open-EO/openeo-geopyspark-driver/jobs/332778493

jbouffard commented 6 years ago

@jdries Thank you so much for bringing another error to our attention! This regression was caused by left over code that should have cleaned up. I put up #625 that will resolve this issue.