Closed achanana closed 10 months ago
The requirements.txt file is missing Python packages customtkinter and tkintermapview. We also need to install python3-tk, python3-pil, and python3-pil.imagetk using apt. These are required to run the commander_client.py script in cnc/python_client.
requirements.txt
customtkinter
tkintermapview
python3-tk
python3-pil
python3-pil.imagetk
apt
commander_client.py
cnc/python_client
Fixed in #15
The
requirements.txt
file is missing Python packagescustomtkinter
andtkintermapview
. We also need to installpython3-tk
,python3-pil
, andpython3-pil.imagetk
usingapt
. These are required to run thecommander_client.py
script incnc/python_client
.