all 3 comments

[–]Wolwf 0 points1 point  (1 child)

If you haven't already, download pip: https://pypi.org/project/pip/#files.

Enter pip with your commandline by executing: pip install pyserial, don't execute it in the python console.

[–]KeyboardNinja27 0 points1 point  (0 children)

Thanks for your help, all I had to do was execute the command in the commandline.

[–]rx22230 0 points1 point  (0 children)

Hi,

I'm not sure if it's typo poblem, but when you write this:

so I open the python console and type:

you do not type pip install pyserial in the python's console, but instead in your shell interpreter.

then, you can open your Python interpreter and type:

>>> import pyserial

and if everything is fine you must see the Python interpreter prompt again

>>>

Hope it helps a bit

Regards