MikeGawi/ePiframe

ModuleNotFoundError: No module named 'starlette'

Closed this issue · 2 comments

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'

Solved with

sudo pip3 install starlette

Just needs to be added to install.sh

Thank you for reporting this issue!
Fix created and merged.