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

ImportError in RouteLayer #109

Open
RobValentim opened this issue May 25, 2018 · 1 comment
Open

ImportError in RouteLayer #109

RobValentim opened this issue May 25, 2018 · 1 comment

Comments

@RobValentim
Copy link

command >> python src/server.py

Traceback (most recent call last):
   File "src/server.py", line 16, in
     from router import RouteLayer
   File "src/router.py", line 13, in
     from views.media import MediaViews
   File "src/views/media.py", line 9, in
     from utils.media_sender import ImageSender, VideoSender, UrlPrintSender, EspeakTtsSender
   File "src/utils/media_sender.py", line 23, in
     import requests
ImportError: No module named requests

maybe needs "requests.py" file

@ghost
Copy link

ghost commented May 26, 2018

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

No branches or pull requests

1 participant