MikeGawi / ePiframe

ePiframe is an e-Paper (or HDMI, Composite display) Raspberry Pi Photo Frame with Google Photos and more
GNU General Public License v3.0
63 stars 10 forks source link

ModuleNotFoundError: No module named 'starlette' #103

Closed rdehler closed 3 months ago

rdehler commented 3 months ago

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 3 months ago

Solved with

sudo pip3 install starlette

Just needs to be added to install.sh

MikeGawi commented 3 months ago

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