qtpyvcp error vtk version Stretch
20 Nov 2019 20:58 #150795
by Gnevko
Replied by Gnevko on topic qtpyvcp error vtk version Stretch
if I understood the installation process correctly, the following steps are needed:
1) git clone github.com/kcjengr/qtpyvcp qtpyvcp
2) cd qtpyvcp
3) pip install --editable .
4) cd
5) cp ~/qtpyvcp/scripts/.xsessionrc ~/
You are speaking about step 5 - "cp ~/qtpyvcp/scripts/.xsessionrc ~/" but my problem is I can't finish successfully the step 3.
1) git clone github.com/kcjengr/qtpyvcp qtpyvcp
2) cd qtpyvcp
3) pip install --editable .
4) cd
5) cp ~/qtpyvcp/scripts/.xsessionrc ~/
You are speaking about step 5 - "cp ~/qtpyvcp/scripts/.xsessionrc ~/" but my problem is I can't finish successfully the step 3.
Please Log in or Create an account to join the conversation.
20 Nov 2019 21:24 - 20 Nov 2019 21:49 #150798
by Gnevko
Replied by Gnevko on topic qtpyvcp error vtk version Stretch
I tryed to remove vtk package from setup.py file and it works for installation but after that of course probe basic doesn't work
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/display_widgets/__init__.py", line 1, in <module>
from vtk_backplot.vtk_backplot import VTKBackPlot
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/display_widgets/vtk_backplot/__init__.py", line 1, in <module>
from vtk_backplot import VTKBackPlot
File "/home/cnc/qtpyvcp/qtpyvcp/widgets/display_widgets/vtk_backplot/vtk_backplot.py", line 7, in <module>
import vtk
ImportError: No module named vtk
Last edit: 20 Nov 2019 21:49 by Gnevko.
Please Log in or Create an account to join the conversation.
21 Nov 2019 00:49 - 21 Nov 2019 00:49 #150807
by Leon82
Replied by Leon82 on topic qtpyvcp error vtk version Stretch
At one point I lost my widgets, I'm not sure if it will help you but I don't think it will hurt anything.
forum.linuxcnc.org/41-guis/36224-my-qtpyvcp-vcp?start=10#139775
forum.linuxcnc.org/41-guis/36224-my-qtpyvcp-vcp?start=10#139775
Last edit: 21 Nov 2019 00:49 by Leon82.
Please Log in or Create an account to join the conversation.
22 Nov 2019 13:36 #150917
by Gnevko
Replied by Gnevko on topic qtpyvcp error vtk version Stretch
I am an idiot
I installed 32 Bit Debian 9, but
github.com/kcjengr/qtpyvcp/issues/26#issuecomment-556957571
I installed 32 Bit Debian 9, but
vtk can't be installed from pip on 686 machines
github.com/kcjengr/qtpyvcp/issues/26#issuecomment-556957571
Please Log in or Create an account to join the conversation.
Time to create page: 0.070 seconds