ModuleNotFoundError: No module named 'starlette'
Closed this issue · 2 comments
rdehler commented
Fresh install completed successfully. Running check-config:
pi@raspberrypi:~/ePiframe $ ./ePiframe.py --check-config
Traceback (most recent call last):
File "./ePiframe.py", line 11, in <module>
import starlette.status
ModuleNotFoundError: No module named 'starlette'
rdehler commented
Solved with
sudo pip3 install starlette
Just needs to be added to install.sh
MikeGawi commented
Thank you for reporting this issue!
Fix created and merged.