glmtools icon indicating copy to clipboard operation
glmtools copied to clipboard

lmatools missing

Open hproe opened this issue 5 years ago • 4 comments

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

hproe avatar Feb 13 '21 16:02 hproe

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

tjlang avatar Feb 13 '21 16:02 tjlang

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.

hproe avatar Feb 13 '21 16:02 hproe

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

tjlang avatar Feb 13 '21 16:02 tjlang

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.

hproe avatar Feb 14 '21 15:02 hproe