Open flynneva opened 2 years ago
I installed rio-tiler-3.0.0a6.tar.gz
when I ran python3 -m pip install 'rio-tiler>=2.0a6'
downgrading to rio-tiler==2.0a6
fixed the error 👍🏼
Ah, yeah when I originally was working on this, rio-tiler 2.0 hadn't been released yet, so I had to pin >=2.0a6
to force the new version. Now that 3.0 alphas exist pip finds the wrong version.
hi kyle! first off, great work and thank you for sharing your code!
running the example in the
README.md
I am seeing this error:Looks like maybe rio_tiler API was changed/updated?