MingjieJian / pymoog

Python wrapper for MOOG
MIT License
11 stars 4 forks source link

First attempt to run pymoog #62

Closed sagiph-weizmann closed 6 months ago

sagiph-weizmann commented 10 months ago

Following the installation instructions, I get the following error in my first attempt to run the example:

FileNotFoundError: [Errno 2] No such file or directory: '/Users/benamis/.pymoog/files//pymoog_lf/model/marcs/st/p/grid_points.csv'

I will appreciate help. Thanks, S.

MingjieJian commented 10 months ago

Hi,

It seems that the version in pip has some issues. I will work on that slowly, but for now please clone the repo and install it form source, that should solve the problem.

MJ

MingjieJian commented 10 months ago

I managed to find some time for this. Please try pip install pymoog==0.1.3 (the latest version) and see if you still encounter this problem. If so, then check your connection to Zenodo. That may be the problem.

MingjieJian commented 6 months ago

I will close this issue for now. If there are any further questions feel free to reopen it.