Python Forum

Full Version: Eric6 No module named 'serial'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am testing Eric6 IDE in Ubuntu and copy paste a code snippet to get a list of serial ports.
Although I installed pyserial by "python3 -m pip install pyserial",the Eric IDE keeps producing this error.
Running the code in the terminal does work (no error message, but also no list of ports yet...)