Hintzelab/MABE

zip DL on mac fails, requiring git repo w/ commit present

Closed this issue · 6 comments

zip DL on mac fails, requiring git repo w/ commit present

Can you elaborate on this? It seems to work on mac for me, unless I'm misunderstanding.

This might be a result of when later we realized the user didn't have the minimum required version of python installed, but maybe you can check this anyway.
Reproduce:
Download MABE zip file from github.
Unzip file.
You now have mabe that knows nothing of github.
Call mbuild as you usually do
mbuild fails, winging about git.

Oh, I see the issue now! MABE-master.zip installs fine, but MABE-development.zip does complain that there is no .git. Oddly though, with both python 2.7 and python 3.6, the build still succeeds.

It displays as:

fatal: not a git repository (or any of the parent directories): .git

But it isn't actually fatal, as the build proceeds as normal and ./mabe runs TestWorld as usual once build completes.