On 12/08/2020 20:20, Steve Kobes wrote: > I tried to upgrade beancount but got a bunch of errors like > > Building wheel for beancount (setup.py) ... error > ERROR: Command errored out with exit status 1: > ... > fatal: not a git repository (or any of the parent directories): .git > ... > beancount/parser/parser.c(336): error C2198: 'PyUnicode_FromString': too > few arguments for call
You must likely didn't get a bunch of errors like the above, but just one instance of it. Please be precise when reporting issues. Unfortunately the last release contains a bug that makes compilation fail on Windows because of the behavior of the Microsoft Visual C compiler. None of the persons actively contributing to beancount use it on Windows, thus this kind of bugs can slip in. Please build the latest version from the v2 branch on Github. If you are not familiar with git you can easily download the source code from Github via this link: https://github.com/beancount/beancount/archive/v2.zip Unzip the archive ans run 'python setup.py install' in the sources directory. Cheers, Dan -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/1cd3fb7e-819e-2761-b5d4-83d620f213d0%40grinta.net.
