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

Can't ./run snapcraft server #1042

Closed
bartaz opened this issue Aug 27, 2018 · 0 comments · Fixed by #1044
Closed

Can't ./run snapcraft server #1042

bartaz opened this issue Aug 27, 2018 · 0 comments · Fixed by #1044
Assignees

Comments

@bartaz
Copy link
Contributor

bartaz commented Aug 27, 2018

Running ./run results in error.

2018-08-27 12:57:25.358Z INFO talisker.sentry.TaliskerSentryClient "Raven is not configured (logging is disabled). Please see the documentation for more information.
Traceback (most recent call last):
  File "/usr/local/bin/talisker.gunicorn.gevent", line 11, in <module>
    sys.exit(run_gunicorn_gevent())
  File "/usr/local/lib/python3.6/dist-packages/talisker/__init__.py", line 189, in run_gunicorn_gevent
    run_gunicorn()
  File "/usr/local/lib/python3.6/dist-packages/talisker/__init__.py", line 162, in run_gunicorn
    config = initialise()
  File "/usr/local/lib/python3.6/dist-packages/talisker/__init__.py", line 52, in initialise
    import talisker.statsd
  File "/usr/local/lib/python3.6/dist-packages/talisker/statsd.py", line 32, in <module>
    from statsd.client import StatsClientBase, StatsClient
ImportError: cannot import name 'StatsClientBase'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

This prevents server from running locally blocking development. Possibly also causes demos not to run.

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

Successfully merging a pull request may close this issue.

2 participants