Martin Grunnill
Martin Grunnill
I have the same issue.
Within the setup.py file try replacing line 82: ``` use_scm_version=True, ``` with: ``` version=0.17, ```
As stated above I beleive this is an issue with sympy. As such I have reaised a qustion on stack overflow that will hopefully lead to a solution: https://stackoverflow.com/questions/70156863/sympy-control-display-order-of-coefficients-in-multiplication
Would not listing git as a required package solve this, then?
[Demonstrating_bug.zip](https://github.com/nextstrain/augur/files/11464633/Demonstrating_bug.zip) I have removed sensitive information and sequences. The compressed folder contains a notebook that produces the error. I had the same issue with Augur 21.?.? thought it might be...
Dear @victorlin Is there a possible work around I could employ. I noticed your pull request has passed what I think are unit test (little knowledge in the area) but...
If anybody else is waiting on the fix https://github.com/nextstrain/augur/pull/1213 to pass review and be included in a release, a temporary solution can be found by downgrading augur to 14.0.0 and...
Installation via downloading from github and then using ``python setup.py install`` works.