olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.21k stars 246 forks source link

simplesat dependency is broken #702

Open shareefj opened 2 months ago

shareefj commented 2 months ago

This might be temporary but highlights the issues surrounding not pinning a dependency to a particular version. The latest update to simplesat is broken and means pip installing fusesoc fails.

https://github.com/enthought/sat-solver/issues/286

andreondra commented 2 months ago

Simplesat wheel is fixed, I tried installing fusesoc and it works again. However, I also think the version should be pinned to avoid similar problems in the future.