andycasey / smhr

Spectroscopy Made Hard(er)
14 stars 6 forks source link

Can't find MOOGSILENT #322

Closed Mohammad-Mardini closed 5 years ago

Mohammad-Mardini commented 5 years ago

Hi guys,

I'm trying to install SMHR on my fresh Mac. I followed Alex's instructions, and everything went smoothly~thanks!

However, when I try to run ipython __main__.py I will have the following error:

MacBook-Pro:gui mardini$ ipython__main__.py 2019-07-20 15:11:53,906 [ERROR ] Failed to find moogsilent executable Traceback (most recent call last): File "/smhr/smh/radiative_transfer/moog/utils.py", line 35, in <module> moogsilent_path NameError:name 'moogsilent_path' is not defined

Could you please help me with this issue? Thanks in advance

andycasey commented 5 years ago

You have to install MOOG (well, MOOGSILENT) separately and make sure it is on your $PATH

Sent from my Commodore 64

On 20 Jul 2019, at 17:39, Mohammad-Mardini notifications@github.com wrote:

Hi guys,

I'm trying to install SMHR on my fresh Mac. I followed Alex's instructions, and everything went smoothly~thanks!

However, when I try to run ipython main.py I will have the following error:

MacBook-Pro:gui mardini$ ipythonmain.py 2019-07-20 15:11:53,906 [ERROR ] Failed to find moogsilent executable Traceback (most recent call last): File "/smhr/smh/radiative_transfer/moog/utils.py", line 35, in moogsilent_path NameError:name 'moogsilent_path' is not defined

Could you please help me with this issue? Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Mohammad-Mardini commented 5 years ago

Thank you, it worked.