<div dir="ltr"><div>This is a Python 3 error: some of the lines in setup.py use spaces for indentation, while other lines use tabs. Try using Python 2.7 instead of Python 3.x and see if it goes away. A virtual environment such as pipenv can help with this without requiring administrator priveleges.<br></div><div><br></div><div>Going forward, the FLASH Python scripts will need to be updated for Python 3. A good linter such as pylint can help spot these problems. The linter should interface with your Python IDE; I know for sure that this works with the freely available Microsoft Visual Studio Code, but it should work with anything from Emacs to Atom. <br></div><div><br></div><div>Cheers,</div><div><br></div><div>Jason</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Dec 30, 2018 at 12:12 PM Kawa Noman <<a href="mailto:knoman@uni-potsdam.de">knoman@uni-potsdam.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear Flash-users,<br>
<br>
<br>
I am working on Macbook Air laptop and  I have been  encountering  a problem <br>
with setup.py file when i try to set up the confiure file  ./setup Sedov <br>
-auto ,i got<br>
<br>
<br>
  File "/Users/kawanoman/Downloads/FLASH4.5/bin/setup.py", line 131<br>
     print("Using Makefile.h: " + tmp_makefilePathSites)<br>
                                                       ^<br>
TabError: inconsistent use of tabs and spaces in indentation<br>
<br>
<br>
I have taken a snapshot and yo can clearly see the code . Any hints for <br>
seting up the code  or advice on how to counter this problem will be much <br>
appreciated . Happy new year .<br>
<br>
<br>
WIth kind regards,<br>
kawa<br>
</blockquote></div>