Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 24.04.1LTS - Installation procedure changed #1908

Open
Lubensius opened this issue Oct 13, 2024 · 2 comments
Open

Ubuntu 24.04.1LTS - Installation procedure changed #1908

Lubensius opened this issue Oct 13, 2024 · 2 comments

Comments

@Lubensius
Copy link

Lubensius commented Oct 13, 2024

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

@rrffggee
Copy link

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

@jmomadit
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants