If you look two messages back, you can actually see that default python is 3.8.18. I'm wondering if you can troubleshoot why CMake does not use the default python, but another one (3.9), and how it founds that one. Some recommendations to change this behaviour, maybe? TIA.
On Thursday, December 14, 2023 at 5:12:01 PM UTC-5 Alexis wrote: > 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/d2f9333c-7bf2-4e09-b0e3-e6c5df19b703n%40googlegroups.com.
