Error atributo serial en Python, solución

solución al error attributeError: module serial has no attribute serial en python

1) Desintalar serial desde cmd

el comdando es: python -m pip uninstall serial


2) Instalar pyserial

el comando es: python -m pip install pyserial


problema solucionado!