egnor / pivid

Experimental video code for Linux / Raspberry Pi
MIT License
28 stars 4 forks source link

Update fmt dependency to version 10.2.1 to solve conflicting dependencies #15

Closed eins78 closed 5 months ago

eins78 commented 5 months ago

I got the following error when running ./dev_setup.py

ERROR: Version conflict: spdlog/1.12.0->fmt/10.2.1, pivid/0.0->fmt/10.1.1.

While I don't actually know about those libraries and their versions, a minor bump seemed ok and I tested it – with this change the build succeeds on Debian Bookworm 64bit (and the examples play).

egnor commented 5 months ago

Thanks!!