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

Missing Debian dependency #10

Closed
cnorthwood opened this issue Feb 23, 2018 · 0 comments · Fixed by #11
Closed

Missing Debian dependency #10

cnorthwood opened this issue Feb 23, 2018 · 0 comments · Fixed by #11

Comments

@cnorthwood
Copy link
Contributor

Currently debugging the node facade not starting on a new machine, the error I get is:

Traceback (most recent call last):
  File "/usr/bin/nmosnode", line 6, in <module>
    from nmosnode.nodefacadeservice import NodeFacadeService
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/nmosnode/nodefacadeservice.py", line 29, in <module>
    from api import FacadeAPI
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/nmosnode/api.py", line 15, in <module>
    from nmoscommon.webapi import *
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/nmoscommon/webapi.py", line 21, in <module>
    from flask_sockets import Sockets
  File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
ImportError: No module named flask_sockets

I believe this repo is where flask_sockets is imported, so python-flask-sockets should be a dependency of the Debian repo.

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

Successfully merging a pull request may close this issue.

1 participant