python-serial problem, updating Linuxcnc-dev to 2.8
09 Jul 2020 17:08 #174112
by jsskangas
python-serial problem, updating Linuxcnc-dev to 2.8 was created by jsskangas
Hello
I'm trying to update(Wheezy iso) linuxcnc-dev 2.7.15 to 2.8.
I get error:
Linuxcnc-dev: Depends: python-serial but it is not installable
I installed same setup while ago and had no issues.
Can i fix this?
Install python-serial, if so, then how?
I'm trying to update(Wheezy iso) linuxcnc-dev 2.7.15 to 2.8.
I get error:
Linuxcnc-dev: Depends: python-serial but it is not installable
I installed same setup while ago and had no issues.
Can i fix this?
Install python-serial, if so, then how?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19203
- Thank you received: 6437
09 Jul 2020 18:13 #174114
by tommylight
Chances are that will not work as Wheezy is past EOL (end of life) so there is no more support for it.
Have a look here if there is any info on changing repositories:
www.google.com/search?source=hp&ei=4F0HX...13aXo&sclient=psy-ab
Replied by tommylight on topic python-serial problem, updating Linuxcnc-dev to 2.8
sudo apt-get update
sudo apt-get install python-serial
Have a look here if there is any info on changing repositories:
www.google.com/search?source=hp&ei=4F0HX...13aXo&sclient=psy-ab
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
09 Jul 2020 18:54 #174123
by Todd Zuercher
Replied by Todd Zuercher on topic python-serial problem, updating Linuxcnc-dev to 2.8
I've found that you have to do two things to install software on Wheezy now that it is EOL, first is to change the apt source to point at the debian archives. (disabling all of the old debian repos). Then change the date on your computer to something before Wheezy expired. Then you should be able to run "sudo apt-get install python-serial". Once you've installed your software you can reset the date correct.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
11 Jul 2020 10:58 #174291
by jsskangas
Replied by jsskangas on topic python-serial problem, updating Linuxcnc-dev to 2.8
Hello
Thanks for answers.
I took a easy way and installed debian 9 iso.
it's still in maintenance and solved all my problems.
Im retrofitting a new china lathe with Lenovo M73 + 7i97 + 7i84
Thanks for answers.
I took a easy way and installed debian 9 iso.
it's still in maintenance and solved all my problems.
Im retrofitting a new china lathe with Lenovo M73 + 7i97 + 7i84
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
13 Jul 2020 12:26 #174499
by Todd Zuercher
Replied by Todd Zuercher on topic python-serial problem, updating Linuxcnc-dev to 2.8
That is probably the better option if you don't need RTAI.
Please Log in or Create an account to join the conversation.
13 Jul 2020 12:43 #174501
by jsskangas
Replied by jsskangas on topic python-serial problem, updating Linuxcnc-dev to 2.8
Hello
Do I have option to run 7i97 + 7i84 in realtime?
Jussi
Do I have option to run 7i97 + 7i84 in realtime?
Jussi
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
13 Jul 2020 13:19 #174502
by Todd Zuercher
Replied by Todd Zuercher on topic python-serial problem, updating Linuxcnc-dev to 2.8
Pretty sure you must use a Preemt-RT kernel for Mesa's Ethernet boards. So for that an RTAI kernel is not an option. There is no good reason to even attempt to use Wheezy. Using Debian 9 or 10 are your best options.
Please Log in or Create an account to join the conversation.
13 Jul 2020 13:22 #174504
by rodw
Replied by rodw on topic python-serial problem, updating Linuxcnc-dev to 2.8
PREEMPT_RT is mandatory for ANY Mesa ethernet board.
Please Log in or Create an account to join the conversation.
Time to create page: 0.205 seconds