Closed mwcraig closed 3 years ago
Yes, I am facing the same issue.
Thanks for raising this, @mwcraig and @ganesh1076! This was caused by a syntax change in the new Python 3.9 (versus Python 3.8). I have updated the respective line of code and pushed allesfitter v1.2.6 to PyPI. If you now pip install the new version, it should run on all Python>=2.7 and >=3.5 again.
I installed
allesfitter
in a new python 3.9 environment and got the traceback below when I tried to import it. Installing in a python 3.8 environment instead fixed the issue.