User Install for Probe Basic Py3 (For Machine Control)
- ihavenofish
- Offline
- Platinum Member
- Posts: 686
- Thank you received: 124
Please Log in or Create an account to join the conversation.
- K_R_Aviation
- Offline
- New Member
- Posts: 1
- Thank you received: 0
Do we still have the google drive link?
links in question:
repository.qtpyvcp.com/repo/probe-basic-...5.3-3+81.dev_all.deb
repository.qtpyvcp.com/repo/qtpyvcp-dev/...4871882e.dev_all.deb
repository.qtpyvcp.com/repo/hiyapyco/pyt...pyco_0.5.1-1_all.deb
Thanks in advance
Kris
Please Log in or Create an account to join the conversation.
- ihavenofish
- Offline
- Platinum Member
- Posts: 686
- Thank you received: 124
Please Log in or Create an account to join the conversation.
- atomicmill
- Offline
- New Member
- Posts: 7
- Thank you received: 6
File "/usr/bin/probe_basic_lathe", line 5, in <module>
from probe_basic_lathe import main
ModuleNotFoundError: No module named 'probe_basic_lathe'
Any tips on how to get the lathe GUI to work? Thanks!
Please Log in or Create an account to join the conversation.
thanks for the report, I just checked it was broken
i just updated probe-basic-latthe to python3-probe-basic_0.5.3-88.dev_all.deb
you can find it now in the docs or this link
repository.qtpyvcp.com/repo/probe-basic-...0.5.3-88.dev_all.deb
thanks
Please Log in or Create an account to join the conversation.
- atomicmill
- Offline
- New Member
- Posts: 7
- Thank you received: 6
Please Log in or Create an account to join the conversation.
I am doing a test run in a virtualbox vm before I do a real install on my linuxcnc box, since it's currently working well on axis from the linux.org 2.9 install.- What Linux OS being used including kernel type?
Installed Debian 12.4 net version (also tried the dvd iso the first time as the machine will rarely have internet connection, same issue)
Kernal 6.1.0-17-amd64
- What version of Linuxcnc is installed?
2.9.0~pre1+git20230208.f1270d6ed7
- What version of QtPyVCP and Probe Basic is installed?
QtPyVCP 0+unkown,
Qt Info
version 5.15.8
kcjengr.github.io/probe_basic/quick_start.html- How did you install Probe Basic? Quickstart guide? Dev Guide?
Does not apply- Have you gone through your ini and hal files and compared to the sim config files to make any changes needed?
- Have you added all of the necessary files in your config folder that probe basic needs to run?
- Have you tested the sim version to see if the problem exists there also? (if the sim functions properly, it is a good indicator your issue is in your config)
Attached a screenshot, but basically up until "sudo dpkg -i python3-qtpyvcp_4.0-45.dev_all.deb" everything goes smoothly. It's at this point it says package python3-distro is not installed. However you can see when I type in python3 into terminal it returns python 3.11.2
So I ran "sudo apt --fix-broken install" and reran the command with success. So it seems something is broken from a fresh install. I did run sudo apt update first thing.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.