You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works almost fine for me (24.04.1LTS), but I got "module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000" after calling bCNC. The program runs well, but the camera won't work.
downgrading numpy did the job for me (seems like opencv had a problem with the installed version):
pipx inject bCNC numpy==1.26.4
I updated to Ubuntu 24.04.1LTS and bCNC was nor longer staring I had to install it by
rm .local/bin/bCNC #to prevent error in later installation
sudo apt install python3-full #maybe not needed
sudo apt install pipx #this is now mandatory
pipx install bCNC
and I got Version 0.9.15
maybe README should be updated
The text was updated successfully, but these errors were encountered: