ACCESS-Cloud-Based-InSAR / dem-stitcher

Download and merge DEM tiles
Apache License 2.0
41 stars 15 forks source link

pip install for Python <=3.7 is v. 0.0.1 #27

Closed jlmaurer closed 2 years ago

jlmaurer commented 2 years ago

Platform: Mac OS Big Sur, 11.6.4 (20G417) AND google Colab Python v. 3.7

"pip install dem-stitcher" Output: Successfully installed dem-stitcher-0.0.1

It seems only 0.0.1 gets installed with Python <=3.7. Can you make this and/or a prior version compatible with at least Python=3? This is quite useful for Google Colab in particular, which only runs python 3.7.

jhkennedy commented 2 years ago

@jlmaurer in #28, I've lowered the minimum python version to 3.7 since it's EOL isn't until next summer. I'll push out a release ASAP.

That said, Numpy and many packages have all dropped support for Python 3.7 as of December, so I wouldn't expect 3.7 support to stick around long here.

It might be worth, if your working in colab a lot, adding your voice to this issue to get colab updated: https://github.com/googlecolab/colabtools/issues/2165