vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.58k stars 537 forks source link

Update opencv-python to 4.5.5.64 and restrict numpy to 1.x #1905

Open dwrobel opened 1 month ago

dwrobel commented 1 month ago
Harvie commented 1 month ago

is bCNC codebase not compatible with latest numpy and opencv? i am not sure how hard it would be to upgrade completely...

dwrobel commented 1 month ago

I don't know but I assumed this will be addressed by https://github.com/vlachoudis/bCNC/pull/1900. What I wanted to address here is to fix the current issue on bCNC which you can observe building either flatpak version or trying to install dependencies on the clean installation. You will get numpy 2.x being installed and observe the RuntimeError (mentioned in the git message above) as a result Camera button is greyed (nothing related to camera works).