Replies: 1 comment
-
python.exe -m pip install -r requirements.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i have installed on Windows python 3.16 and also i can see it in powershell terminal running as admin.
After run python simple-program.py a get these errors and no display output:
Traceback (most recent call last):
File "C:\projekt\LCD_panel\github\simple-program.py", line 29, in
from library.lcd.lcd_comm_rev_a import LcdCommRevA, Orientation
File "C:\projekt\LCD_panel\github\library\lcd\lcd_comm_rev_a.py", line 23, in
from serial.tools.list_ports import comports
ModuleNotFoundError: No module named 'serial'
Beta Was this translation helpful? Give feedback.
All reactions