i certainly did try that! it said
Requirement already satisfied: pyserial in /usr/lib/python3/dist-packages (3.4)
(i have it installed for python3) but it still doesn't load in python2.7
I asked in IRC ##linuxmint and I was told "can confirm it's discontinued,
you might be able to get the package at snapshot.debian.org"
what linux are you running?
thank you
-jake
On Mon, Jun 27, 2022 at 6:00 PM Jake via sudo-discuss
<sudo-discuss(a)sudoroom.org> wrote:
> i know this should be really really really easy, and my google searches keep
> pointing me in circles suggesting that nobody else has had this problem, but
> i'm apparently missing something fundamental.
>
> $ python
> Python 2.7.18 (default, Mar 8 2021, 13:02:45)
> [GCC 9.3.0] on linux2
> Type "help", "copyright", "credits" or
"license" for more information.
>>>> import serial
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> ImportError: No module named serial
>
> $ apt install python-serial
> E: Unable to locate package python-serial
>
> python3-serial is installed and "import serial" works fine in python3, but
> the programs for controlling the robot are made for python2 and i don't know
> how hard it will be to port them over:
>
https://github.com/jerkey/yasnac/tree/master/remote
>
> $ uname -a
> Linux wasp 5.4.0-110-generic #124-Ubuntu SMP Thu Apr 14 19:46:19 UTC 2022
> x86_64 x86_64 x86_64 GNU/Linux
>
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID: Linuxmint
> Description: Linux Mint 20.3
> Release: 20.3
> Codename: una
>
> thank you for any help! This is really weird.
>
> -jake
> _______________________________________________
> sudo-discuss mailing list -- sudo-discuss(a)sudoroom.org
> To unsubscribe send an email to sudo-discuss-leave(a)sudoroom.org
> More options at
>
https://sudoroom.org/lists/postorius/lists/sudo-discuss.sudoroom.org/
>