Markus Pielmeier

Results 6 comments of Markus Pielmeier

Ran into the same issue while trying to compile a program for ESP32. This PR fixed the problem for me :+1:

After solving #127 I ran into this exact issue. Changing the AP address like @HeikoGr described in https://github.com/feelfreelinux/cspot/issues/127#issuecomment-1199164322 solved this issue for me

PR #2 solved this issue 5 years ago. I think the problem is that the packaged version on PyPI is outdated. @MostAwesomeDude could you push the current version to PyPI...

Same problem for me. Installing directly from git using pip also works like a charm: ```bash pip install git+https://github.com/rolfmorel/macht.git ```

Hi @Edward-Knight , maybe another idea to consider would be including the SBOM file inside the individual relase artifacts themselves, e.g. next to the `PYTHON.json` file in the `*-full.tar.zst` archives....

I also ran into this problem. After MULLS was released, [Sophus](https://github.com/strasdat/Sophus) introduced [fmt](https://github.com/fmtlib/fmt) as a new dependency. I had still no success in compiling after installing the package `libfmt-dev`. So...