qtpyvcp error vtk version Stretch
08 Jun 2019 08:56 - 08 Jun 2019 08:58 #136288
by pl7i92
qtpyvcp error vtk version Stretch was created by pl7i92
hi i am trying to get qtpyvcp to work
from gnipsels advice
pip install git+https://github.com/kcjengr/qtpyvcp.git
ERROR
Could not find a version that satisfies the requirement vtk (from qtpyvcp==0.2.3+303.g280371d) (from versions: )
No matching distribution found for vtk (from qtpyvcp==0.2.3+303.g280371d)
any advice i instaled the depencis
sudo apt install python-pyqt5 python-dbus.mainloop.pyqt5 python-pyqt5.qtopengl python-pyqt5.qsci python-pyqt5.qtmultimedia qml-module-qtquick-controls gstreamer1.0-plugins-bad libqt5multimedia5-plugins pyqt5-dev-tools python-dev python-setuptools python-pip git
There all NEW
Kernal
Linux cnc 4.9.0-8-rt-686-pae #1 SMP PREEMPT RT Debian 4.9.110-3+deb9u6 (2018-10-08) i686 GNU/Linux
from gnipsels advice
pip install git+https://github.com/kcjengr/qtpyvcp.git
ERROR
Could not find a version that satisfies the requirement vtk (from qtpyvcp==0.2.3+303.g280371d) (from versions: )
No matching distribution found for vtk (from qtpyvcp==0.2.3+303.g280371d)
any advice i instaled the depencis
sudo apt install python-pyqt5 python-dbus.mainloop.pyqt5 python-pyqt5.qtopengl python-pyqt5.qsci python-pyqt5.qtmultimedia qml-module-qtquick-controls gstreamer1.0-plugins-bad libqt5multimedia5-plugins pyqt5-dev-tools python-dev python-setuptools python-pip git
There all NEW
Kernal
Linux cnc 4.9.0-8-rt-686-pae #1 SMP PREEMPT RT Debian 4.9.110-3+deb9u6 (2018-10-08) i686 GNU/Linux
Last edit: 08 Jun 2019 08:58 by pl7i92.
Please Log in or Create an account to join the conversation.
22 Jun 2019 16:08 #137595
by pl7i92
Replied by pl7i92 on topic qtpyvcp error vtk version Stretch
cand solve this problem
wll install a new or plasmac version
wll install a new or plasmac version
Please Log in or Create an account to join the conversation.
20 Nov 2019 09:30 #150728
by Gnevko
Replied by Gnevko on topic qtpyvcp error vtk version Stretch
Hi people,
I have exactly the same problem now. I just followed the steps in the probe_basic instruction kcjengr.github.io/probe_basic/dev_install.html really from scratch (install Debian with Linux Cnc 2.7, upgrade to 2.8 and so on) .
At the moment I have only one idea why it doesn't work - I have phyton 2.7 and required is 3.* version.
I have exactly the same problem now. I just followed the steps in the probe_basic instruction kcjengr.github.io/probe_basic/dev_install.html really from scratch (install Debian with Linux Cnc 2.7, upgrade to 2.8 and so on) .
At the moment I have only one idea why it doesn't work - I have phyton 2.7 and required is 3.* version.
Please Log in or Create an account to join the conversation.
20 Nov 2019 10:53 #150734
by Leon82
Replied by Leon82 on topic qtpyvcp error vtk version Stretch
I would install using these instructions first,
Then clone probe basic after.
qtpyvcp.kcjengr.com/install/installation.html
Then clone probe basic after.
qtpyvcp.kcjengr.com/install/installation.html
Please Log in or Create an account to join the conversation.
20 Nov 2019 18:09 #150775
by Gnevko
Replied by Gnevko on topic qtpyvcp error vtk version Stretch
thank you for information!
but the result is the same:
but the result is the same:
pip install --editable .
Obtaining file:///home/cnc/qtpyvcp
Collecting docopt (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting qtpy (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/cd/fd/9972948f02e967b691cc0ca1f26124826a3b88cb38f412a8b7935b8c3c72/QtPy-1.9.0-py2.py3-none-any.whl
Collecting pyudev (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/bc/a2/31a07829acea8e70a28c247f43fa5d981229ae0f9edfeddedf52de00709b/pyudev-0.21.0.tar.gz
Collecting psutil (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/03/9a/95c4b3d0424426e5fd94b5302ff74cea44d5d4f53466e1228ac8e73e14b4/psutil-5.6.5.tar.gz
Collecting HiYaPyCo (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/8c/1d/80ac5ac1d91eb3c6f7e7c14e3aacedefc5febb712a04977583e54747d414/HiYaPyCo-0.4.14-py2.py3-none-any.whl
Collecting pyopengl (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz
Collecting vtk (from qtpyvcp==0.2.7+64.g24c3338)
Could not find a version that satisfies the requirement vtk (from qtpyvcp==0.2.7+64.g24c3338) (from versions: )
No matching distribution found for vtk (from qtpyvcp==0.2.7+64.g24c3338)
Please Log in or Create an account to join the conversation.
20 Nov 2019 18:30 - 20 Nov 2019 18:31 #150776
by Leon82
Replied by Leon82 on topic qtpyvcp error vtk version Stretch
Try removing the period.
I may have had to do that. It's been a while
I may have had to do that. It's been a while
Last edit: 20 Nov 2019 18:31 by Leon82.
The following user(s) said Thank You: Gnevko
Please Log in or Create an account to join the conversation.
20 Nov 2019 18:41 #150778
by Gnevko
Replied by Gnevko on topic qtpyvcp error vtk version Stretch
can I ask you to explain what do you mean with "Try removing the period."?
thank you in advance!
thank you in advance!
Please Log in or Create an account to join the conversation.
20 Nov 2019 19:25 #150783
by Leon82
--editable
Replied by Leon82 on topic qtpyvcp error vtk version Stretch
can I ask you to explain what do you mean with "Try removing the period."?
thank you in advance!
--editable
Please Log in or Create an account to join the conversation.
20 Nov 2019 20:13 #150791
by Gnevko
Replied by Gnevko on topic qtpyvcp error vtk version Stretch
the same
cnc@cnc:~/qtpyvcp$ pip install .
Processing /home/cnc/qtpyvcp
Collecting docopt (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting qtpy (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/cd/fd/9972948f02e967b691cc0ca1f26124826a3b88cb38f412a8b7935b8c3c72/QtPy-1.9.0-py2.py3-none-any.whl
Collecting pyudev (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/bc/a2/31a07829acea8e70a28c247f43fa5d981229ae0f9edfeddedf52de00709b/pyudev-0.21.0.tar.gz
Collecting psutil (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/03/9a/95c4b3d0424426e5fd94b5302ff74cea44d5d4f53466e1228ac8e73e14b4/psutil-5.6.5.tar.gz
Collecting HiYaPyCo (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/8c/1d/80ac5ac1d91eb3c6f7e7c14e3aacedefc5febb712a04977583e54747d414/HiYaPyCo-0.4.14-py2.py3-none-any.whl
Collecting pyopengl (from qtpyvcp==0.2.7+64.g24c3338)
Using cached https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz
Collecting vtk (from qtpyvcp==0.2.7+64.g24c3338)
Could not find a version that satisfies the requirement vtk (from qtpyvcp==0.2.7+64.g24c3338) (from versions: )
No matching distribution found for vtk (from qtpyvcp==0.2.7+64.g24c3338)
Please Log in or Create an account to join the conversation.
20 Nov 2019 20:41 #150793
by Leon82
Replied by Leon82 on topic qtpyvcp error vtk version Stretch
Did you copy the sh file talked about twards the bottom? I believe I did that as well.
"
On Debian 9 (Stretch) ~/.local/bin/ is not on the PATH due to a regression in bash. This prevents being able to launch qtpyvcp from the command line or being able to use it as the [DISPLAY]DISPLAY directive in the LinuxCNC INI file. For a single shell session you can get around this by running export PATH=$PATH:~/.local/bin/ before launching linuxcnc or any qtpyvcp commands.
A more permanent solution is to copy the .xsessionrc file from the qtpyvcp/scripts directory into your home direcotry, then log out and log back in. This will add ~/.local/bin/ to your PATH each time xwindows starts. In the file manager select View > Show Hidden Files in order to see files that start with a dot like .xsessionrc.
"
"
On Debian 9 (Stretch) ~/.local/bin/ is not on the PATH due to a regression in bash. This prevents being able to launch qtpyvcp from the command line or being able to use it as the [DISPLAY]DISPLAY directive in the LinuxCNC INI file. For a single shell session you can get around this by running export PATH=$PATH:~/.local/bin/ before launching linuxcnc or any qtpyvcp commands.
A more permanent solution is to copy the .xsessionrc file from the qtpyvcp/scripts directory into your home direcotry, then log out and log back in. This will add ~/.local/bin/ to your PATH each time xwindows starts. In the file manager select View > Show Hidden Files in order to see files that start with a dot like .xsessionrc.
"
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds