samapriya / Planet-GEE-Pipeline-CLI

Planet and Google Earth Engine Pipeline Command Line Interface Tool
https://pypi.org/project/ppipe/
Apache License 2.0
42 stars 12 forks source link

Error when using ppipe update: "Issues updating with error HTTP Error 404: Not Found" #18

Open jeantallen opened 3 years ago

jeantallen commented 3 years ago

Hello,

Thank you so much for this fantastic code. I think there is a problem with ppipe update: the error I get when I try to call it is:

Downloading from: https://github.com/mozilla/geckodriver/releases/download/0.27.0/geckodriver-0.27.0-win64.zip
Issues updating with error HTTP Error 404: Not Found

I looked at the geckodriver git page and it looks like the correct link to download geckodriver is currently (note the v's): https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-win64.zip

masolele commented 3 years ago

ppipe update getting the following error

Traceback (most recent call last): File "sel-latest-linux.py", line 2, in import requests, csv, zipfile, os, platform, tarfile ImportError: No module named requests