You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 flask_restplus module using pip the project started as expected.
The text was updated successfully, but these errors were encountered:
When trying to start the project on a clean RPI I've got the following stacktrace:
After I've installed the flask_restplus module using pip the project started as expected.
The text was updated successfully, but these errors were encountered: