Python issues on Bookworm
03 Dec 2022 20:09 #258451
by mwc
Replied by mwc on topic Python issues on Bookworm
Is the toolpath display working?
From what I could work out from the error messages, the main issue seemed to stem from the OpenGL function not being found, and the error messages would be generated every time I did something that would trigger a change in the toolpath display (clicking a different view, zooming etc).
Installing XFCE didn't solve the problem for me.
From what I could work out from the error messages, the main issue seemed to stem from the OpenGL function not being found, and the error messages would be generated every time I did something that would trigger a change in the toolpath display (clicking a different view, zooming etc).
Installing XFCE didn't solve the problem for me.
Please Log in or Create an account to join the conversation.
05 Dec 2022 01:40 #258553
by Maho-mill
Replied by Maho-mill on topic Python issues on Bookworm
Confirmed, the toolpath display is not working. Getting errors like "HAL_Gremlin object has no attribute 'lathe_option'" and "...'logger'".
I went to Bookworm to try out a cheap MiniPC with an N5105 processor (UHD issues if not Bookworm), but latency is bad. Even doubling my watchdog timeout from my old PC I get MESA read errors. Returning MiniPC and going back to Buster for now.
I went to Bookworm to try out a cheap MiniPC with an N5105 processor (UHD issues if not Bookworm), but latency is bad. Even doubling my watchdog timeout from my old PC I get MESA read errors. Returning MiniPC and going back to Buster for now.
Please Log in or Create an account to join the conversation.
05 Dec 2022 03:32 - 05 Dec 2022 03:33 #258556
by rodw
Replied by rodw on topic Python issues on Bookworm
If you need kernel > 4.9 for your hardware, I just tried this scripted installer with Bullseye
github.com/joco-nz/lcnc-bullseye-installer
just edit the script and add
If you don't it won't matter, you'll just need to install the .deb manually after the script is run
github.com/joco-nz/lcnc-bullseye-installer
just edit the script and add
git clone https://github.com/LinuxCNC/linuxcnc.git ~/dev/linuxcnc/rip
git checkout 2.9 <--------------------------------- add this to checkout 2.9 branch
cd ~/dev/linuxcnc/rip/src/
./autogen.sh
./configure --with-realtime=uspace
Last edit: 05 Dec 2022 03:33 by rodw.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19190
- Thank you received: 6433
09 Feb 2023 14:44 #264138
by tommylight
Replied by tommylight on topic Python issues on Bookworm
Spammer has left the building.
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds