bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 106 forks source link

No module named flask_restplus #148

Open konraifen88 opened 4 years ago

konraifen88 commented 4 years ago

When trying to start the project on a clean RPI I've got the following stacktrace:

Traceback (most recent call last):
  File "/home/pi/rpi_wordclock/wordclock.py", line 10, in <module>
    import wordclock_interfaces.web_interface as wciweb
  File "/home/pi/rpi_wordclock/wordclock_interfaces/web_interface.py", line 3, in <module>
    from flask_restplus import Api, Resource, fields
ImportError: No module named flask_restplus

After I've installed the _flaskrestplus module using pip the project started as expected.

bk1285 commented 4 years ago

Thank you for reporting, @konraifen88

I'll update the docs.