Interrupted system call

Chris Angelico rosuav at gmail.com
Mon Nov 17 05:23:43 EST 2014


On Mon, Nov 17, 2014 at 7:55 PM, Peter Otten <__peter__ at web.de> wrote:
> I'd suggest a more conservative path: if available install the version that
> comes with your distribution.
>
> $ sudo apt-get python3-serial
>
> might do the job.

Only if the Python to install to was also the distro-installed one.
Turns out that's the case, but if it's not, pip is the way to go.

ChrisA



More information about the Python-list mailing list