TabError when compiling util_NRBestOfIndex.py
Because the util_NRBestOfIndex.py
'script' has a .py
extension, conda-build (and others) think it's a module, so attempt to py_compile it, which results in a TabError
because of inconsistent use of tabs and spaces for indentation:
$ python3 -m py_compile MonteCarloMarginalizeCode/Code/bin/util_NRBestOfIndex.py
Sorry: TabError: inconsistent use of tabs and spaces in indentation (util_NRBestOfIndex.py, line 133)