developmentseed / landsat-util

A utility to search, download and process Landsat 8 satellite imagery
Creative Commons Zero v1.0 Universal
689 stars 147 forks source link

Pip install: usgs2 not available #167

Closed lockwooddev closed 8 years ago

lockwooddev commented 8 years ago

When I install landsat-util (0.12.1), it fails on:

Downloading/unpacking usgs2==0.2.0 (from landsat-util) Could not find any downloads that satisfy the requirement usgs2==0.2.0 (from landsat-util)

When you visit the presumed location of the package on pypi, you get a 404 page: https://pypi.python.org/pypi/usgs2

Could it be this requirement was removed?

scisco commented 8 years ago

Oh, this is all my fault. Will release a hotfix shortly. Thanks for reporting this.

sgillies commented 8 years ago

@scisco curious: where's the usgs2 package developed? Will https://pypi.python.org/pypi/usgs work in the meanwhile?

scisco commented 8 years ago

@sgillies it was just a fork and was merged back to usgs. I needed it for a project and couldn't wait for the fork to be merged so I created usgs2. I reverted back to usgs afterwards.

scisco commented 8 years ago

@lockwooddev the updated version with fixed dependency is on pypi now. pip install landsat-util==0.12.2

lockwooddev commented 8 years ago

Installation works now. Thank you for the help :)