Installation problem with QtPyVCP (Buster)
05 Mar 2020 19:12 - 05 Mar 2020 19:13 #159272
by romeofox
Installation problem with QtPyVCP (Buster) was created by romeofox
Hello,
I have installed the dependencies and the python module via pip as described here (www.qtpyvcp.com/install/quick_start.html)
No errors were displayed.
Now I expected to find the corresponding sim configs here: ~/linuxcnc/configs/sim.qtpyvcp.
But no folder was generated.
I tried the installation with my user and as root, both did not work.
Is it known, is there a trick to it?
I use Debian Buster and LinuxCNC 2.9.
Best regards
Robert
I have installed the dependencies and the python module via pip as described here (www.qtpyvcp.com/install/quick_start.html)
No errors were displayed.
Now I expected to find the corresponding sim configs here: ~/linuxcnc/configs/sim.qtpyvcp.
But no folder was generated.
I tried the installation with my user and as root, both did not work.
Is it known, is there a trick to it?
I use Debian Buster and LinuxCNC 2.9.
Best regards
Robert
Last edit: 05 Mar 2020 19:13 by romeofox.
Please Log in or Create an account to join the conversation.
05 Mar 2020 21:28 #159287
by andypugh
Replied by andypugh on topic Installation problem with QtPyVCP (Buster)
The sample configs get copied from the base install to your configs folder when you pick them in the config picker (expand the "sample configs" section.
Please Log in or Create an account to join the conversation.
05 Mar 2020 23:02 - 05 Mar 2020 23:03 #159291
by Lcvette
what examples are you wanting to use?
Replied by Lcvette on topic Installation problem with QtPyVCP (Buster)
Hello,
I have installed the dependencies and the python module via pip as described here (www.qtpyvcp.com/install/quick_start.html)
No errors were displayed.
Now I expected to find the corresponding sim configs here: ~/linuxcnc/configs/sim.qtpyvcp.
But no folder was generated.
I tried the installation with my user and as root, both did not work.
Is it known, is there a trick to it?
I use Debian Buster and LinuxCNC 2.9.
Best regards
Robert
what examples are you wanting to use?
Last edit: 05 Mar 2020 23:03 by Lcvette.
Please Log in or Create an account to join the conversation.
06 Mar 2020 13:00 #159325
by romeofox
Replied by romeofox on topic Installation problem with QtPyVCP (Buster)
Thanks for the help,
I have now actually found the folder qtdragon under qtvcp_screens with the setup i was looking for.
I expected a folder qtpyvcp.
Best regards
Robert
I have now actually found the folder qtdragon under qtvcp_screens with the setup i was looking for.
I expected a folder qtpyvcp.
Best regards
Robert
Please Log in or Create an account to join the conversation.
06 Mar 2020 16:47 #159340
by Lcvette
Replied by Lcvette on topic Installation problem with QtPyVCP (Buster)
qtvcp is different than qtpyvcp...
Please Log in or Create an account to join the conversation.
10 Mar 2020 23:55 #159718
by BigJohnT
Replied by BigJohnT on topic Installation problem with QtPyVCP (Buster)
You can copy the examples from github.com/kcjengr/qtpyvcp/tree/master/examples to your linuxcnc/configs directory.
JT
JT
The following user(s) said Thank You: KCJ
Please Log in or Create an account to join the conversation.
03 Apr 2020 21:13 #162609
by Haarie
Replied by Haarie on topic Installation problem with QtPyVCP (Buster)
Hello CnCBuddies,
I have the same issue Debian 9 (Stretch) / LinuxCNC 2.9 on an other fresh install.
Followed the Quick Start guide from Kurt till:
This will install QtPyVCP along with the examples, and will add QtPyVCP specific sim configs to ~/linuxcnc/configs/sim.qtpyvcp.
In LinuxCNC I don't see the QtPyVCP map in Sample Configurations/Sim/
Please how can I get the map back in the Sample Configurations with the Install?
Regards,
Haarie
I have the same issue Debian 9 (Stretch) / LinuxCNC 2.9 on an other fresh install.
Followed the Quick Start guide from Kurt till:
This will install QtPyVCP along with the examples, and will add QtPyVCP specific sim configs to ~/linuxcnc/configs/sim.qtpyvcp.
In LinuxCNC I don't see the QtPyVCP map in Sample Configurations/Sim/
Please how can I get the map back in the Sample Configurations with the Install?
Regards,
Haarie
Please Log in or Create an account to join the conversation.
04 Apr 2020 15:39 #162681
by KCJ
Replied by KCJ on topic Installation problem with QtPyVCP (Buster)
Haarie,
I just tested `$ pip install qtpyvcp` and it did install the sim.qtpyvcp directory in my ~/linuxcnc/configs directory as it should. But it seems like at least you and romeofox har having problems with it working.
Can you please uninstall qtpyvcp with `pip uninstall qtpyvcp` and then reinstall it with `pip install qtpyvcp --no-deps` and paste the output here? The --no-deps is just to limit the output to that from qtpyvcp since you already have the deps installed.
Thanks,
Kurt
I just tested `$ pip install qtpyvcp` and it did install the sim.qtpyvcp directory in my ~/linuxcnc/configs directory as it should. But it seems like at least you and romeofox har having problems with it working.
Can you please uninstall qtpyvcp with `pip uninstall qtpyvcp` and then reinstall it with `pip install qtpyvcp --no-deps` and paste the output here? The --no-deps is just to limit the output to that from qtpyvcp since you already have the deps installed.
Thanks,
Kurt
Please Log in or Create an account to join the conversation.
04 Apr 2020 16:30 #162684
by KCJ
Replied by KCJ on topic Installation problem with QtPyVCP (Buster)
Haarie,
I just thought of something, could you trying installing with `pip install qtpyvcp --no-deps --no-cache-dir` and see if that works?
I just thought of something, could you trying installing with `pip install qtpyvcp --no-deps --no-cache-dir` and see if that works?
The following user(s) said Thank You: ronthomp
Please Log in or Create an account to join the conversation.
04 Apr 2020 21:42 #162706
by Haarie
Replied by Haarie on topic Installation problem with QtPyVCP (Buster)
Kurt, thank you for reply!
Running setup.py install for qtpyvcp ... done
Successfully installed qtpyvcp-0.3.7
Now the directory is there!
Running setup.py install for qtpyvcp ... done
Successfully installed qtpyvcp-0.3.7
Now the directory is there!
Please Log in or Create an account to join the conversation.
Time to create page: 0.085 seconds