locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
245 stars 45 forks source link

Pweave dependencies don't build on Python 2.7 (CI) #160

Closed vpipkt closed 5 years ago

vpipkt commented 5 years ago

CI running on python 2.7 won't build latest because of dependencies requiring python >= 3.3.

In setup.py we pin to Pweave 0.30.3, which requires ipython>=6.0, which in turn does not support python 2.7. See pweave release notes re abandoning 2.7 support at 0.30.

Ipython says:

Beginning with version 6.0, IPython stopped supporting compatibility with Python versions lower than 3.3 including all versions of Python 2.7.

related #142

vpipkt commented 5 years ago

I think this is resolved / overcome by events #165