samapriya/Planet-GEE-Pipeline-CLI

Import Clipboard Error

Closed this issue · 1 comments

Hi, I was wanted to use your scripts for getting the planet imagery I have up in to EE. I'm running OS X and ran through the set-up / install process. However when I run python ppipe.py I get the following error message:

Traceback (most recent call last):
  File "ppipe.py", line 13, in <module>
    import clipboard
ImportError: No module named clipboard

My apologies if this is a beginner question, but I can't seem to find documentation for clipboard, and I'm not quite sure what is causing this issue?

clipboard module is not installed just install

pip install clipboard
to check if you meet all requirements you can run
pip install -r requirements.txt