current master (2.9) building debs error?
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
26 May 2022 16:36 #243922
by robertspark
Replied by robertspark on topic current master (2.9) building debs error?
Well I got SO close!!!!
Installed Python3 probe basic
Installed pyqtvcp converasational
(I've added some images and updated that post on the other thread)
and it's got
so close!
Installed Python3 probe basic
Installed pyqtvcp converasational
(I've added some images and updated that post on the other thread)
and it's got
when I start the probe basic sim from linuxcncModuleNotFoundError: No module named 'base_op'
so close!
Please Log in or Create an account to join the conversation.
10 Jun 2022 18:36 #244895
by Gnevko
Replied by Gnevko on topic current master (2.9) building debs error?
The same for me!
Did you find already the solution for "No module named 'base_op'" problem?
Did you find already the solution for "No module named 'base_op'" problem?
Please Log in or Create an account to join the conversation.
15 Jun 2022 09:45 #245168
by andypugh
Replied by andypugh on topic current master (2.9) building debs error?
Any idea where it is meant to come from? This feels like it is possibly a dependency unique to ProbBasic. Do other GUIs work?
Please Log in or Create an account to join the conversation.
08 Sep 2022 09:28 #251474
by mh300
Replied by mh300 on topic current master (2.9) building debs error?
I had this exact same issue (just found this thread via Google) and was able to resolve it by installing the python3 branch of the "kcjengr/qtpyvcp.conversational-gcode" repository.
Instead of this command from the documentation:
I did the following:
An then I was able to start probe_basic.
Instead of this command from the documentation:
pip install git+https://github.com/kcjengr/qtpyvcp.conversational-gcode.git
I did the following:
git clone https://github.com/kcjengr/qtpyvcp.conversational-gcode
cd qtpyvcp.conversational-gcode
git checkout python3
pip install .
An then I was able to start probe_basic.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.101 seconds