Probebasic install fails (qtpyvcp conversational widget)
20 Mar 2023 18:51 #267178
by ferrumd
Probebasic install fails (qtpyvcp conversational widget) was created by ferrumd
Hi...
new here, so forgive me if I post this in the wrong place...
I'm setting up a new pc for my CNC machine and wanted the latest LinuxCNC with the "new" (to me) probebasic interface....
Zero issues setting up linuxcnc itself.
but during the install of probebasic it threw up an error:
Try as I may, but I can't get "qtpyvcp_conversational_gcode" to install
...
I've followed all the steps here:
kcjengr.github.io/probe_basic/dev_install.html
and the error comes up when I try to:
any help is appreciated...
new here, so forgive me if I post this in the wrong place...
I'm setting up a new pc for my CNC machine and wanted the latest LinuxCNC with the "new" (to me) probebasic interface....
Zero issues setting up linuxcnc itself.
but during the install of probebasic it threw up an error:
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-egGWlg/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-egGWlg/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-70Bi2T
cwd: /tmp/pip-req-build-egGWlg/
Complete output (8 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-egGWlg/setup.py", line 1, in <module>
import versioneer
File "versioneer.py", line 418
LONG_VERSION_PY: Dict[str, str] = {}
^
SyntaxError: invalid syntax
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Try as I may, but I can't get "qtpyvcp_conversational_gcode" to install
...
I've followed all the steps here:
kcjengr.github.io/probe_basic/dev_install.html
and the error comes up when I try to:
pip install git+https://github.com/kcjengr/qtpyvcp.conversational-gcode.git
any help is appreciated...
Please Log in or Create an account to join the conversation.
21 Mar 2023 14:18 #267233
by rmu
Replied by rmu on topic Probebasic install fails (qtpyvcp conversational widget)
conversational-gcode is included in recent qtpyvcp. just update qtpyvcp.
Please Log in or Create an account to join the conversation.
21 Mar 2023 23:48 #267265
by rodw
Replied by rodw on topic Probebasic install fails (qtpyvcp conversational widget)
I would recommend you follow the sticky by lcvette to install probe-basic on bookwormn this day and age. Some conversational is included in probe-basic already. Too much has broken.
You can follow my step by step guide to using bookworm
docs.google.com/document/d/1jeV_4VKzVmOI...diY/edit?usp=sharing
You can follow my step by step guide to using bookworm
docs.google.com/document/d/1jeV_4VKzVmOI...diY/edit?usp=sharing
The following user(s) said Thank You: ferrumd
Please Log in or Create an account to join the conversation.
29 Mar 2023 18:43 #267840
by ferrumd
Replied by ferrumd on topic Probebasic install fails (qtpyvcp conversational widget)
Hi..
this is a slightly frustrating issue .... but I've been attempting in vain to get probe basic to run.
After a myriad of different errors and issues, I've followed this guide:
it seems to work and install just fine until the very last part...
kcjengr.github.io/probe_basic/dev_install.html
this gives me the "ini" errort
then trying to start linuxcnc with probe_basic always results in the following error:
I'm kind of at a loss and sort of ready to toss linuxcnc out of the proverbial window and switch to mach3/4...
any help is very welcome!
this is a slightly frustrating issue .... but I've been attempting in vain to get probe basic to run.
After a myriad of different errors and issues, I've followed this guide:
it seems to work and install just fine until the very last part...
kcjengr.github.io/probe_basic/dev_install.html
[b]7- Edit probe_basicTo be able to edit the probe_basic gui, you will enter the following in the main terminal.editvcp probe_basic[/b]
this gives me the "ini" errort
then trying to start linuxcnc with probe_basic always results in the following error:
from linuxcnc import ini
ImportError: cannot import name 'ini' from 'linuxcnc' (unknown location)
I'm kind of at a loss and sort of ready to toss linuxcnc out of the proverbial window and switch to mach3/4...
any help is very welcome!
Please Log in or Create an account to join the conversation.
29 Mar 2023 18:44 - 29 Mar 2023 18:45 #267842
by ferrumd
Replied by ferrumd on topic Probebasic install fails (qtpyvcp conversational widget)
qtpyvcp seems to have installed now - that's one improvement...
but that "linuxcnc import ini". is the one I can't solve no matter what I've tried...
but that "linuxcnc import ini". is the one I can't solve no matter what I've tried...
Last edit: 29 Mar 2023 18:45 by ferrumd.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19220
- Thank you received: 6440
29 Mar 2023 19:09 #267845
by tommylight
Replied by tommylight on topic Probebasic install fails (qtpyvcp conversational widget)
Do you actually want to edit something or just use the GUI?
Please Log in or Create an account to join the conversation.
29 Mar 2023 19:13 #267846
by ferrumd
Replied by ferrumd on topic Probebasic install fails (qtpyvcp conversational widget)
Just use the GUI... that's all I need to be frank.
I've first tried the basic install.. .doesn't work - failed with qtpyvcp... then I managed to get qtpyvcp to install - but still probe_basic can't load... then I've tried the dev method, again with a failure (as mentioned above...)
I've first tried the basic install.. .doesn't work - failed with qtpyvcp... then I managed to get qtpyvcp to install - but still probe_basic can't load... then I've tried the dev method, again with a failure (as mentioned above...)
Please Log in or Create an account to join the conversation.
Time to create page: 0.130 seconds