bCNC icon indicating copy to clipboard operation
bCNC copied to clipboard

Ubuntu 24.04.1LTS - Installation procedure changed

Open Lubensius opened this issue 1 year ago • 4 comments

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

Lubensius avatar Oct 13 '24 12:10 Lubensius

A great thanks for you, this saved my install of bCNC. Works with Ubuntu 22.04 too rrffggee

rrffggee avatar Nov 14 '24 11:11 rrffggee

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

jmomadit avatar Dec 26 '24 12:12 jmomadit

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

Work's for me Ubuntu 22.04

rubyfox-mx avatar Feb 01 '25 01:02 rubyfox-mx

In case is used UVX (part of UV) and not PIPX uvx --with numpy==1.26.4 bCNC

roboticboyer avatar Apr 30 '25 13:04 roboticboyer