On Wednesday, February 28, 2024 at 9:08:19 PM UTC+1 [email protected] wrote:
The reason is that you didn't ask for it to be installed: python setup.py build_ext -i only builds the extension modules, it does not install the package or its dependencies. Dan, thanks. The whole package management thing of python is still on my to do list to learn. Also, please note that the recommended way to install beancount from git master is via the pyproject.toml based packaging definition, which uses meson and meson-python for the build. Installing beancount from git master with pip uses this build definition. The old setup.py based build is kept for backward compatibility, but it is not tested (IIRC) and it is likely to go away (for sure when setuptools will drop support for setup.py based builds, which is probably not very far in the future). Ok, I assume I had to do it like: py -m pip install . This worked now on Windows, using the x64 Native Tools Developer Command Prompt <https://stackoverflow.com/a/62161113/4432107> Thank you! -- 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/69a33fe9-5395-43b2-a32e-34818c54f53dn%40googlegroups.com.
