Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named flask_restplus #148

Open
konraifen88 opened this issue Jan 2, 2020 · 1 comment
Open

No module named flask_restplus #148

konraifen88 opened this issue Jan 2, 2020 · 1 comment

Comments

@konraifen88
Copy link

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.

@bk1285
Copy link
Owner

bk1285 commented Feb 8, 2020

Thank you for reporting, @konraifen88

I'll update the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants