Cad/Cam software for Linux
23 Aug 2022 06:35 #250241
by mgm
Replied by mgm on topic Cad/Cam software for Linux
Attachments:
Please Log in or Create an account to join the conversation.
23 Aug 2022 06:56 - 23 Aug 2022 07:00 #250242
by meister
Replied by meister on topic Cad/Cam software for Linux
hmm, which distribution do you use ?
on Debian/ubuntu you can try:
apt-get install python-matplotlib-data
on Debian/ubuntu you can try:
apt-get install python-matplotlib-data
Last edit: 23 Aug 2022 07:00 by meister.
Please Log in or Create an account to join the conversation.
23 Aug 2022 07:01 #250243
by mgm
Replied by mgm on topic Cad/Cam software for Linux
I still have 18.04 on my company computer.
I am currently updating my debian10 to Python 3.9 in my VM. Will try it then with Debian!
I am currently updating my debian10 to Python 3.9 in my VM. Will try it then with Debian!
Please Log in or Create an account to join the conversation.
23 Aug 2022 08:13 - 23 Aug 2022 08:14 #250244
by mgm
Replied by mgm on topic Cad/Cam software for Linux
I now have my debian10 in my VM on Python3.9.1.
Now that I have reinstalled some things and I still have
no matching distribution found for pyqt5-qt5 =5.15.2 (from pyqt5)
at the inatalation of 'viaconstructor' I ran out of memory in the VM.
The last suggestion with:
apt-get install python-matplotlib-data
does not work either ...
I must be out of my depth with this!!!
I just do not understand where the problem lies ...
Now that I have reinstalled some things and I still have
no matching distribution found for pyqt5-qt5 =5.15.2 (from pyqt5)
at the inatalation of 'viaconstructor' I ran out of memory in the VM.
The last suggestion with:
apt-get install python-matplotlib-data
does not work either ...
I must be out of my depth with this!!!
I just do not understand where the problem lies ...
Attachments:
Last edit: 23 Aug 2022 08:14 by mgm.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19190
- Thank you received: 6433
23 Aug 2022 10:31 #250249
by tommylight
Replied by tommylight on topic Cad/Cam software for Linux
Any time i get the missing QT5 stuff i use PhillC's QT installer included with LinuxCNC, it works always:
forum.linuxcnc.org/qtvcp/38414-installing-qtvcp
forum.linuxcnc.org/qtvcp/38414-installing-qtvcp
The following user(s) said Thank You: seuchato
Please Log in or Create an account to join the conversation.
23 Aug 2022 12:33 - 23 Aug 2022 12:33 #250254
by mgm
Replied by mgm on topic Cad/Cam software for Linux
I have the directory from:
qtvcp/designer/install_script
NOT on my computer
qtvcp/designer/install_script
NOT on my computer
Last edit: 23 Aug 2022 12:33 by mgm.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19190
- Thank you received: 6433
23 Aug 2022 13:52 #250256
by tommylight
Replied by tommylight on topic Cad/Cam software for Linux
There are two paths on that tutorial, did you try both?
How did you install LinuxCNC?
How did you install LinuxCNC?
Please Log in or Create an account to join the conversation.
23 Aug 2022 14:11 #250257
by mgm
Replied by mgm on topic Cad/Cam software for Linux
yes I have tried both
installed with the ISO 2.8.1 and update to 2.8.3
it runs in a VM
installed with the ISO 2.8.1 and update to 2.8.3
it runs in a VM
Please Log in or Create an account to join the conversation.
23 Aug 2022 15:36 #250263
by mgm
Replied by mgm on topic Cad/Cam software for Linux
i have now installed the scribt :
install_script.sh from 2.8 installed with bash
now i try the instalation:
pip3 install viaconstructor
to run
I get the same error again:
Collecting PyQt5-Qt5>=5.15.0 (from PyQt5->viaconstructor)
Could not find a version that satisfies the requirement PyQt5-Qt5>=5.15.0 (from PyQt5->viaconstructor) (from versions: )
No matching distribution found for PyQt5-Qt5>=5.15.0 (from PyQt5->viaconstructor)
Is PyQt5-Qt5>=5.15.0 part of Python 3.9 ?
I have to install Python3.9 but I can't get it to work!
Does anyone know why?
install_script.sh from 2.8 installed with bash
now i try the instalation:
pip3 install viaconstructor
to run
I get the same error again:
Collecting PyQt5-Qt5>=5.15.0 (from PyQt5->viaconstructor)
Could not find a version that satisfies the requirement PyQt5-Qt5>=5.15.0 (from PyQt5->viaconstructor) (from versions: )
No matching distribution found for PyQt5-Qt5>=5.15.0 (from PyQt5->viaconstructor)
Is PyQt5-Qt5>=5.15.0 part of Python 3.9 ?
I have to install Python3.9 but I can't get it to work!
Does anyone know why?
Please Log in or Create an account to join the conversation.
23 Aug 2022 21:56 #250285
by meister
Replied by meister on topic Cad/Cam software for Linux
check your version with:
python3 -V
it is possible that it is linked to the old version.
and than try:
python3.9 -V
if this is the right version, than you can use :
python3.9 -m pip install viaconstructor
or maybe (in short)
pip3.9 install viaconstructor
if this works, start viaconstructor with:
python3.9 -m viaconstructor PATH_TO_DXF
Sorry for this complications, it's only testet on Debian11 and Ubuntu 22.04.
but thank you for giving a chance !
python3 -V
it is possible that it is linked to the old version.
and than try:
python3.9 -V
if this is the right version, than you can use :
python3.9 -m pip install viaconstructor
or maybe (in short)
pip3.9 install viaconstructor
if this works, start viaconstructor with:
python3.9 -m viaconstructor PATH_TO_DXF
Sorry for this complications, it's only testet on Debian11 and Ubuntu 22.04.
but thank you for giving a chance !
Please Log in or Create an account to join the conversation.
Moderators: Skullworks
Time to create page: 0.166 seconds