All look ok.
So next step.
If this fails look if you have name a file
So next step.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
C:\>pip install pyserial Collecting pyserial Using cached pyserial - 3.5 - py2.py3 - none - any .whl ( 90 kB) Installing collected packages: pyserial Successfully installed pyserial - 3.5 C:\>python Python 3.9 . 5 (tags / v3. 9.5 : 0a7dcbd , May 3 2021 , 17 : 27 : 52 ) [MSC v. 1928 64 bit (AM D64)] on win32 Type "help" , "copyright" , "credits" or "license" for more information. >>> import serial >>> >>> serial.__version__ '3.5' >>> exit() C:\> |
serial.py
rename or delete it.