Windows install fails on 1.4.1
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
Rerproduced on two different computers with Windows 10:
```
Traceback (most recent call last):
File "D:\Anaconda\Scripts\beakerx-script.py", line 6, in
from beakerx import run
File "D:\Anaconda\lib\site-packages\beakerx\__init__.py", line 20, in
from .handlers import load_jupyter_server_extension
File "D:\Anaconda\lib\site-packages\beakerx\handlers.py", line 23, in
from tornado.simple_httpclient import HTTPStreamClosedError
ImportError: cannot import name 'HTTPStreamClosedError'
```
Probably something is wrong with tornado module.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.