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

ImportError: No module named oauth2client.client #10

Closed jimoreira closed 5 years ago

jimoreira commented 5 years ago

the installation went ok, after the installation of (Microsoft Visual C++ Compiler for Python 2.7) but, when I run the command, ppipe -h, the error stated in the issue name appear.

i have tried,

pip install oauth2client.client

and it gave the following error

Collecting oauth2client.client Could not find a version that satisfies the requirement oauth2client.client (from versions: ) No matching distribution found for oauth2client.client

i have tried also with python 3 and no luck.

thanks

jimoreira commented 5 years ago

Sorry, solved, just pip install oauth2client without the .client