Cannot install or build Docker image
Open
- 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.