deeplycloudy / glmtools

GOES-R Geostationary Lightning Mapper Tools
BSD 3-Clause "New" or "Revised" License
62 stars 33 forks source link

lmatools missing #79

Open hproe opened 3 years ago

hproe commented 3 years ago

I am trying to run make_GLM_grids.py with the test files, but I get ModuleNotFoundError: No module named 'lmatools'. OS is Kubuntu.

tjlang commented 3 years ago

Install the following: https://github.com/deeplycloudy/lmatools

hproe commented 3 years ago

dumb question - install how?

HP

On 13/02/2021 17:23, Timothy Lang wrote:

Install the following: https://github.com/deeplycloudy/lmatools https://github.com/deeplycloudy/lmatools

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/deeplycloudy/glmtools/issues/79#issuecomment-778640621, or unsubscribe https://github.com/notifications/unsubscribe-auth/AITAXJMF7L4O6VHKLKPJQCDS62RO3ANCNFSM4XSIK46Q.

tjlang commented 3 years ago

Download the code, then python setup.py install in the directory in which you put the code.

hproe commented 3 years ago

Thank you very much. The update is fine. But the script 'make_GLM_grids.py' issues an error at the code line 'out_bytes=subprocess.check_output(cmd.split())':

No such file or directory: 'python'

I tonight that I might signal this.

cheers, HP

On 13/02/2021 17:46, Timothy Lang wrote:

Download the code, then |python setup.py install| in the directory in which you put the code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/deeplycloudy/glmtools/issues/79#issuecomment-778643705, or unsubscribe https://github.com/notifications/unsubscribe-auth/AITAXJOETKLUAQOLYDFHV2LS62UH5ANCNFSM4XSIK46Q.