twosigma / twosigma/beakerx

Cannot install or build Docker image

Open
#8,002 3 comments 5 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.9k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

Looks like this line is causing error https://github.com/twosigma/beakerx/blob/fabee2856ef04acb512e8d4e1b8c3eb31767f13c/beakerx/beakerx/handlers.py#L34

The error message from Conda is:
```
AttributeError: module 'tornado.web' has no attribute 'asynchronous'
```

Looks like `tornado` had a new release since `beakerx` was last released. I dig around in the current container from Dockerhub and it has a different version of `tornado` (5.0.2) from what conda is trying to install with `beakerx` right now (6.0.1)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.