Hi, CMake is quite explicit about which python it has found:
-- Found Python: /home/sergiu/miniconda3/envs/invest_01/bin/python3.9 This does not match with the 3.8 that is in your environment. In order to build Ledger Python correctly the Python found by CMake must match the Python that boost was compiled with (typically system Python). I'd try to avoid using venv or conda and stick with the system Python. I've been working on and off on adding support to make Ledger installable via pip (see https://github.com/ledger/ledger/pull/2246) but it may be a while until that is finished completely. Hope this helps :) -- --- You received this message because you are subscribed to the Google Groups "Ledger" 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/ledger-cli/6pi2yv4hhaqnwo52pfj6frzblwf3232izwzkmmkhhbv4svholv%40sloseahq5l2p.
