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

KeyError when restarting kernel on Windows #15356

Closed
Patrick-Cole opened this issue Apr 20, 2021 · 10 comments
Closed

KeyError when restarting kernel on Windows #15356

Patrick-Cole opened this issue Apr 20, 2021 · 10 comments

Comments

@Patrick-Cole
Copy link

Description

What steps will reproduce the problem?

When some code is in debug (I use breakpoint()), the error occurs when closing the console using the 'x'. If I stop the debug mode or press the black stop button first, it does not occur.

Traceback

--- Logging error ---
Traceback (most recent call last):
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 113, in get_comm
    return self.comms[comm_id]
KeyError: '9ba3286fa1a511eba4f5fcaa14552b99'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\logging\__init__.py", line 1084, in emit
    stream.write(msg + self.terminator)
AttributeError: 'NoneType' object has no attribute 'write'
Call stack:
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\scripts\spyder.exe\__main__.py", line 7, in <module>
    sys.exit(main())
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\spyder\app\start.py", line 213, in main
    mainwindow.main(options, args)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\spyder\app\mainwindow.py", line 2311, in main
    mainwindow = create_window(app, splash, options, args)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\spyder\app\mainwindow.py", line 2207, in create_window
    app.exec_()
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 48, in _dispatch
    getattr(self, msg_type)(msg)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 172, in comm_msg
    comm = self.get_comm(comm_id)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 117, in get_comm
    self.log.warning("No such comm: %s", comm_id)
Message: 'No such comm: %s'
Arguments: ('9ba3286fa1a511eba4f5fcaa14552b99',)
--- Logging error ---
Traceback (most recent call last):
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 113, in get_comm
    return self.comms[comm_id]
KeyError: '9ba3286fa1a511eba4f5fcaa14552b99'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\logging\__init__.py", line 1084, in emit
    stream.write(msg + self.terminator)
AttributeError: 'NoneType' object has no attribute 'write'
Call stack:
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\scripts\spyder.exe\__main__.py", line 7, in <module>
    sys.exit(main())
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\spyder\app\start.py", line 213, in main
    mainwindow.main(options, args)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\spyder\app\mainwindow.py", line 2311, in main
    mainwindow = create_window(app, splash, options, args)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\spyder\app\mainwindow.py", line 2207, in create_window
    app.exec_()
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 48, in _dispatch
    getattr(self, msg_type)(msg)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 172, in comm_msg
    comm = self.get_comm(comm_id)
  File "C:\Python\WPy64-3880\python-3.8.8.amd64\lib\site-packages\qtconsole\comms.py", line 117, in get_comm
    self.log.warning("No such comm: %s", comm_id)
Message: 'No such comm: %s'
Arguments: ('9ba3286fa1a511eba4f5fcaa14552b99',)

Versions

  • Spyder version: 5.0.1
  • Python version: 3.8.8
  • Qt version: 5.12.10
  • PyQt5 version: 5.12.3
  • Operating System: Windows 10

Dependencies


# Mandatory:
atomicwrites >=1.2.0          :  1.4.0 (OK)
chardet >=2.0.0               :  3.0.4 (OK)
cloudpickle >=0.5.0           :  1.6.0 (OK)
cookiecutter >=1.6.0          :  1.7.2 (OK)
diff_match_patch >=20181111   :  20200713 (OK)
intervaltree >=3.0.2          :  3.0.2 (OK)
IPython >=7.6.0               :  7.21.0 (OK)
jedi =0.17.2                  :  0.17.2 (OK)
jsonschema >=3.2.0            :  3.2.0 (OK)
keyring >=17.0.0              :  23.0.0 (OK)
nbconvert >=4.0               :  6.0.7 (OK)
numpydoc >=0.6.0              :  1.1.0 (OK)
paramiko >=2.4.0              :  2.7.2 (OK)
parso =0.7.0                  :  0.7.0 (OK)
pexpect >=4.4.0               :  4.8.0 (OK)
pickleshare >=0.4             :  0.7.5 (OK)
psutil >=5.3                  :  5.8.0 (OK)
pygments >=2.0                :  2.8.0 (OK)
pylint >=1.0                  :  2.7.1 (OK)
pyls >=0.36.2;<1.0.0          :  0.36.2 (OK)
pyls_black >=0.4.6            :  0.4.6 (OK)
pyls_spyder >=0.3.2           :  0.3.2 (OK)
qdarkstyle =3.0.2             :  3.0.2 (OK)
qstylizer >=0.1.10            :  0.1.10 (OK)
qtawesome >=1.0.2             :  1.0.2 (OK)
qtconsole >=5.0.3             :  5.0.3 (OK)
qtpy >=1.5.0                  :  1.10.0.dev0 (OK)
setuptools >=39.0.0           :  54.1.0 (OK)
sphinx >=0.6.6                :  3.5.1 (OK)
spyder_kernels >=2.0.1;<2.1.0 :  2.0.1 (OK)
textdistance >=4.2.0          :  4.2.1 (OK)
three_merge >=0.1.1           :  0.1.1 (OK)
watchdog >=0.10.3;<2.0.0      :  1.0.2 (OK)
zmq >=17                      :  22.0.3 (OK)

# Optional:
cython >=0.21                 :  0.29.22 (OK)
matplotlib >=2.0.0            :  3.3.4 (OK)
numpy >=1.7                   :  1.20.1 (OK)
pandas >=1.1.1                :  1.2.3 (OK)
scipy >=0.17.0                :  1.6.1 (OK)
sympy >=0.7.3                 :  1.7.1 (OK)
@steff456
Copy link
Member

Hi @Patrick-Cole,

Please close Spyder and open a console and run

conda install jupyter_client=6.1.12

That should fix your problem. Please let me know if this works.

@Patrick-Cole
Copy link
Author

Thanks for the response. I am using the latest WinPython, and not Anaconda. Spyder is installed via pip, as per your website instructions. WinPython does not have this problem with Spyder version 4.

I updated my jupyter_client, but the crash still occurs. I also installed anaconda on my machine and can confirm that the crash does not occur in Anaconda. It must be something installed with WinPython I guess, but I am not sure what.

@ccordoba12
Copy link
Member

Pinging @stonebig about this one.

@ccordoba12
Copy link
Member

Also, @Patrick-Cole, could you post the output of pip list?

@stonebig
Copy link
Contributor

stonebig commented Apr 21, 2021

hi all.

Well, it's the same also on latest WinPython with

    comm = self.get_comm(comm_id)
  File "C:\WinP\bd38\bu\WPy64-3890\python-3.8.9.amd64\lib\site-packages\qtconsole\comms.py", line 117, in get_comm
    self.log.warning("No such comm: %s", comm_id)
Message: 'No such comm: %s'
Arguments: ('8ae1e32aa2d311eb9aaec485088699ed',)

Stoping the debug with the debug stop button works without crash.
image

pip list (typical)

mply                         0.1.4
aniso8601                     9.0.1
ansiwrap                      0.8.4
anyio                         2.2.0
appdirs                       1.4.4
argon2-cffi                   20.1.0
arrow                         1.0.3
asciitree                     0.3.3
asgi-csrf                     0.6.1
asgiref                       3.3.4
asteval                       0.9.23
astroid                       2.5.3
astroML                       1.0.1
astropy                       4.2.1
async-generator               1.10
async-timeout                 3.0.1
atomicwrites                  1.4.0
attrs                         20.3.0
autopep8                      1.5.5
Babel                         2.9.0
backcall                      0.2.0
backports-abc                 0.5
baresql                       0.7.6
bcrypt                        3.1.7
beautifulsoup4                4.9.3
binaryornot                   0.4.4
black                         20.8b1
bleach                        3.3.0
blinker                       1.4
blosc                         1.10.2
bloscpack                     0.16.0
bokeh                         2.3.1
botorch                       0.4.0
Bottleneck                    1.3.2
bqplot                        0.12.25
branca                        0.4.2
brewer2mpl                    1.4.1
Brotli                        1.0.9
cachelib                      0.1.1
Cartopy                       0.18.0
certifi                       2020.12.5
cffi                          1.14.5
cftime                        1.4.1
chardet                       4.0.0
click                         7.1.2
click-default-group           1.2.2
click-plugins                 1.1.1
cligj                         0.7.1
cloudpickle                   1.6.0
clrmagic                      0.0.1a2
colorama                      0.4.4
colorcet                      2.0.6
cookiecutter                  1.7.2
coverage                      5.5
cryptography                  3.4.7
cvxopt                        1.2.6
cvxpy                         1.1.12
cx-Freeze                     6.5.3
cycler                        0.10.0
Cython                        0.29.23
cytoolz                       0.11.0
dask                          2021.4.0
dask-glm                      0.2.0
dask-labextension             5.0.1
dask-ml                       1.8.0
dask-searchcv                 0.2.0
databases                     0.4.1
datasette                     0.56
datashader                    0.12.1
datashape                     0.5.2
db.py                         0.5.4b1
decorator                     4.4.2
defusedxml                    0.7.1
Deprecated                    1.2.12
deprecation                   2.1.0
descartes                     1.1.0
diff-match-patch              20200713
distlib                       0.3.1
distributed                   2021.4.0
docopt                        0.6.2
docrepr                       0.1.1
docutils                      0.16
ecos                          2.0.7.post1
emcee                         3.0.2
entrypoints                   0.3
et-xmlfile                    1.0.1
fast-histogram                0.9
fastapi                       0.63.0
fasteners                     0.16
fastparquet                   0.5.0
feather-format                0.4.1
filelock                      3.0.12
Fiona                         1.8.19
flake8                        3.8.4
Flask                         1.1.2
flask-accepts                 0.17.7
Flask-Mail                    0.9.1
flask-restx                   0.3.0
Flask-Session                 0.3.2
Flask-SQLAlchemy              2.5.1
flaskerize                    0.14.0
flit                          3.2.0
flit-core                     3.2.0
folium                        0.12.1
formlayout                    2.0.0a0
fs                            2.4.13
fsspec                        0.8.7
future                        0.18.2
fuzzywuzzy                    0.18.0
GDAL                          3.2.2
geographiclib                 1.50
geopandas                     0.9.0
geopy                         2.1.0
geoviews                      1.9.1
gitdb                         4.0.7
GitPython                     3.1.14
gmpy2                         2.0.8
gpytorch                      1.4.0
great-expectations            0.13.12
greenlet                      1.0.0
guidata                       1.7.9
guiqwt                        3.0.6
h11                           0.12.0
h2                            4.0.0
h5py                          2.10.0
HeapDict                      1.0.1
holoviews                     1.14.3
hpack                         4.0.0
html5lib                      1.1
httpcore                      0.12.3
httpie                        2.4.0
httpx                         0.17.1
hupper                        1.10.2
husl                          4.0.3
hvplot                        0.7.1
Hypercorn                     0.11.2
hyperframe                    6.0.0
hypothesis                    6.9.2
ibis-framework                1.4.0
idlex                         1.18
idna                          2.10
imageio                       2.9.0
imageio-ffmpeg                0.4.2
imagesize                     1.2.0
imbalanced-learn              0.8.0
importlib-metadata            3.10.1
inflection                    0.5.1
iniconfig                     1.1.1
intake                        0.6.2
intervaltree                  3.0.2
ipycanvas                     0.8.2
ipykernel                     5.5.3
ipyleaflet                    0.13.6
ipympl                        0.7.0
ipython                       7.22.0
ipython-genutils              0.2.0
ipython-sql                   0.4.1b1
ipywidgets                    7.6.3
isort                         5.8.0
itsdangerous                  1.1.0
janus                         0.6.1
jedi                          0.17.2
Jinja2                        2.11.3
jinja2-time                   0.2.0
joblib                        1.0.1
json5                         0.9.5
jsonpatch                     1.32
jsonpointer                   2.1
jsonschema                    3.2.0
julia                         0.5.6
jupyter                       1.0.0
jupyter-bokeh                 3.0.0
jupyter-client                6.2.0
jupyter-console               6.4.0
jupyter-core                  4.7.1
jupyter-lsp                   1.1.4
jupyter-packaging             0.9.1
jupyter-server                1.6.2
jupyter-server-mathjax        0.2.2
jupyter-server-proxy          3.0.2
jupyter-sphinx                0.3.2
jupyterlab                    3.0.14
jupyterlab-git                0.30.0
jupyterlab-launcher           0.13.1
jupyterlab-lsp                3.5.0
jupyterlab-pygments           0.1.2
jupyterlab-server             2.4.0
jupyterlab-widgets            1.0.0
keyring                       23.0.1
kiwisolver                    1.3.1
lazy-object-proxy             1.6.0
llvmlite                      0.36.0
lmfit                         1.0.2
locket                        0.2.1
loky                          2.9.0
lxml                          4.6.3
lz4                           3.1.3
Markdown                      3.3.4
MarkupSafe                    1.1.1
marshmallow                   3.10.0
matplotlib                    3.4.1
mccabe                        0.6.1
mercantile                    1.1.6
mergedeep                     1.3.4
metakernel                    0.27.5
mistune                       0.8.4
mizani                        0.7.3
mkl-service                   2.3.0
mlxtend                       0.18.0
moviepy                       1.0.3
mpl-scatter-density           0.7
mpld3                         0.5.2
mpldatacursor                 0.7.1
mpmath                        1.2.1
msgpack                       1.0.2
msvc-runtime                  14.28.29910
multidict                     5.1.0
multipledispatch              0.6.0
munch                         2.5.0
mypy                          0.812
mypy-extensions               0.4.3
mysql-connector-python        8.0.21
nbclassic                     0.2.7
nbclient                      0.5.3
nbconvert                     6.0.7
nbconvert-reportlab           0.2
nbdime                        3.0.0
nbformat                      5.1.3
nbval                         0.9.6
nest-asyncio                  1.5.1
netCDF4                       1.5.6
networkx                      2.5.1
NLopt                         2.7.0
nltk                          3.6.1
notebook                      6.3.0
numba                         0.53.1
numcodecs                     0.7.3
numdifftools                  0.9.39
numexpr                       2.7.3
numpy                         1.20.2+mkl
numpydoc                      1.1.0
oct2py                        5.2.0
octave-kernel                 0.32.0
onnxruntime                   1.7.0
openpyxl                      3.0.7
orjson                        3.4.6
osqp                          0.6.2.post0
outcome                       1.1.0
packaging                     20.9
palettable                    3.3.0
pandas                        1.2.4
pandas-datareader             0.9.0
pandocfilters                 1.4.3
panel                         0.11.3
papermill                     2.3.3
param                         1.10.1
parambokeh                    0.2.3
paramiko                      2.7.2
paramnb                       2.0.4
parso                         0.7.0
partd                         1.2.0
pathspec                      0.8.0
patsy                         0.5.1
pdfrw                         0.4
pdvega                        0.2.1.dev0
pefile                        2019.4.18
pep8                          1.7.1
pexpect                       4.8.0
pg8000                        1.16.5
pickleshare                   0.7.5
Pillow                        8.2.0
Pint                          0.17
pip                           21.1.dev0
pipdeptree                    2.0.0
pkginfo                       1.7.0
plotly                        4.14.3
plotnine                      0.8.0
pluggy                        0.13.1
ply                           3.11
portpicker                    1.3.1
poyo                          0.5.0
ppci                          0.5.8
prettytable                   2.1.0
priority                      1.3.0
proglog                       0.1.9
prometheus-client             0.10.1
prompt-toolkit                3.0.18
protobuf                      4.0.0rc1
psutil                        5.8.0
ptpython                      3.0.17
ptyprocess                    0.7.0
PuLP                          2.3
py                            1.10.0
pyaml                         20.4.0
pyarrow                       3.0.0
PyAudio                       0.2.11
pybars3                       0.9.7
pybind11                      2.6.2
pycodestyle                   2.6.0
pycosat                       0.6.3
pycparser                     2.20
pyct                          0.4.8
pydantic                      1.8.1
pydeck                        0.6.2
pydocstyle                    6.0.0
pyepsg                        0.4.0
pyerfa                        1.7.2
pyflakes                      2.2.0
pyflux                        0.4.17
pygame                        2.0.1
pygbm                         0.1.0
Pygments                      2.8.1
pyhdf                         0.10.2
pyinstaller                   4.2
pyinstaller-hooks-contrib     2021.1
pylint                        2.7.4
pyls-black                    0.4.6
pyls-spyder                   0.3.2
pymc                          2.3.8
PyMeta3                       0.5.1
pymongo                       3.11.3
PyNaCl                        1.4.0
pynndescent                   0.5.2
pyodbc                        4.0.30
PyOpenGL                      3.1.5
pypandoc                      1.5
pyparsing                     2.4.7
pyproj                        3.0.1
PyQt5                         5.15.1
PyQt5-sip                     12.8.1
pyqt5-tools                   5.15.1.1.7.5
pyqtgraph                     0.12.1
PyQtWebEngine                 5.15.1
pyrsistent                    0.17.3
pyserial                      3.5
pyshp                         2.1.3
PySocks                       1.7.1
pystache                      0.5.4
pytest                        6.2.3
python-baseconv               1.2.2
python-dateutil               2.8.1
python-dotenv                 0.17.0
python-hdf4                   0.10.0+dummy
python-jsonrpc-server         0.4.0
python-language-server        0.36.2
python-Levenshtein            0.12.2
python-slugify                4.0.1
python-snappy                 0.6.0
pythonnet                     2.5.2
PythonQwt                     0.9.0
pytz                          2021.1
pyviz-comms                   2.0.1
PyWavelets                    1.1.1
pywin32                       300
pywin32-ctypes                0.2.0
pywinpty                      0.5.7
pywinusb                      0.4.2
PyYAML                        5.4.1
pyzmq                         22.0.3
pyzo                          4.11.2
QDarkStyle                    3.0.2
qdldl                         0.1.5.post0
qpsolvers                     1.6.1
qstylizer                     0.1.10
QtAwesome                     1.0.2
qtconsole                     5.0.3
QtPy                          1.10.0.dev0
quadprog                      0.1.8
quantecon                     0.4.8
Quart                         0.14.1
rasterio                      1.2.3
readme-renderer               29.0
redis                         3.5.3
regex                         2021.4.4
reportlab                     3.5.67
requests                      2.25.1
requests-toolbelt             0.9.1
retrying                      1.3.3
rfc3986                       1.4.0
rise                          5.7.1
rope                          0.18.0
rpy2                          3.4.0.dev0
Rtree                         0.9.7
ruamel.yaml                   0.17.4
ruamel.yaml.clib              0.2.2
Rx                            3.1.1
scikit-fuzzy                  0.4.1
scikit-image                  0.18.1
scikit-learn                  0.24.1
scikit-optimize               0.8.1
scilab2py                     0.6.2
scipy                         1.6.2
scramp                        1.2.0
scs                           2.1.3
seaborn                       0.11.1
Send2Trash                    1.5.0
setuptools                    56.0.0
shap                          0.39.0
Shapely                       1.7.1
simpervisor                   0.4
simplegeneric                 0.8.1
simplejson                    3.17.2
simpy                         4.0.1
six                           1.15.0
sklearn-contrib-lightning     0.6.0
slicer                        0.0.7
smmap                         4.0.0
snakeviz                      2.1.0
sniffio                       1.2.0
snowballstemmer               2.1.0
snuggs                        1.4.7
sortedcontainers              2.3.0
sounddevice                   0.4.1
soupsieve                     2.2.1
Sphinx                        3.5.4
sphinx-rtd-theme              0.5.1
sphinxcontrib-applehelp       1.0.2
sphinxcontrib-devhelp         1.0.2
sphinxcontrib-htmlhelp        1.0.3
sphinxcontrib-jsmath          1.0.1
sphinxcontrib-qthelp          1.0.3
sphinxcontrib-serializinghtml 1.1.4
spyder                        5.0.1
spyder-kernels                2.0.1
SQLAlchemy                    1.4.8
sqlite-bro                    0.9.1
sqlparse                      0.4.1
starlette                     0.13.6
statsmodels                   0.12.2
streamz                       0.6.2
supersmoother                 0.4
sympy                         1.8
tables                        3.6.1
tblib                         1.7.0
tenacity                      7.0.0
termcolor                     1.1.0
terminado                     0.9.3
testpath                      0.4.4
text-unidecode                1.3
textdistance                  4.2.1
textwrap3                     0.9.2
threadpoolctl                 2.1.0
three-merge                   0.1.1
thrift                        0.13.0
tifffile                      2021.4.8
tinycss                       0.4
toml                          0.10.2
tomlkit                       0.7.0
toolz                         0.11.1
torch                         1.8.1+cpu
torchaudio                    0.8.1
torchvision                   0.9.1+cpu
tornado                       6.1
tqdm                          4.59.0
traitlets                     5.0.5
traittypes                    0.2.1
tranquilizer                  0.5.0+1.gff8dd5f
trio                          0.18.0
trio-asyncio                  0.12.0
twine                         3.4.1
twitter                       1.18.0
typed-ast                     1.4.3
typing-extensions             3.7.4.3
tzlocal                       2.1
ujson                         4.0.2
umap-learn                    0.5.1
uncertainties                 3.1.5
urllib3                       1.26.4
uvicorn                       0.13.4
vega                          3.4.0
vega-datasets                 0.9.0
virtualenv                    20.4.3
ViTables                      3.0.2
voila                         0.2.9
voila-gridstack               0.2.0
wasmer                        1.0.0
wasmer-compiler-cranelift     1.0.0
wasmer-compiler-singlepass    1.0.0
watchdog                      1.0.2
wcwidth                       0.2.5
webencodings                  0.5.1
Werkzeug                      1.0.1
wheel                         0.36.2
widgetsnbextension            3.5.1
winpython                     4.1.20210417
winrt                         1.0.21033.1
wordcloud                     1.8.1
wrapt                         1.12.1
wsproto                       1.0.0
xarray                        0.17.0
XlsxWriter                    1.3.9
xlwings                       0.23.0
yapf                          0.31.0
yarl                          1.6.3
zarr                          2.7.1
zict                          2.0.0
zipp                          3.4.1
zstandard                     0.15.2

@Patrick-Cole
Copy link
Author

Patrick-Cole commented Apr 22, 2021

Hi,

As requested my pip list is:

absl-py 0.12.0
adodbapi 2.6.1.3
affine 2.3.0
aiofiles 0.6.0
aiohttp 3.7.3
aiosqlite 0.17.0
alabaster 0.7.12
altair 4.1.0
altair-data-server 0.4.1
altair-transform 0.2.0
altair-widgets 0.2.2
altgraph 0.17
amply 0.1.4
aniso8601 8.1.1
ansiwrap 0.8.4
anyio 2.2.0
appdirs 1.4.4
argon2-cffi 20.1.0
arrow 1.0.3
asciitree 0.3.3
asgi-csrf 0.6.1
asgiref 3.3.1
asteval 0.9.22
astroid 2.5
astroML 1.0.1
astropy 4.2
astunparse 1.6.3
async-generator 1.10
async-timeout 3.0.1
atomicwrites 1.4.0
attrs 20.3.0
autopep8 1.5.5
Babel 2.9.0
backcall 0.2.0
backports-abc 0.5
baresql 0.7.6
bcrypt 3.1.7
beautifulsoup4 4.9.3
binaryornot 0.4.4
black 20.8b1
bleach 3.3.0
blinker 1.4
blosc 1.10.2
bloscpack 0.16.0
bokeh 2.3.0
botorch 0.3.2
Bottleneck 1.3.2
bqplot 0.12.23
branca 0.4.2
brewer2mpl 1.4.1
Brotli 1.0.9
cachelib 0.1.1
cachetools 4.2.1
Cartopy 0.18.0
certifi 2020.12.5
cffi 1.14.5
cftime 1.4.1
chardet 3.0.4
click 7.1.2
click-default-group 1.2.2
click-plugins 1.1.1
cligj 0.7.1
cloudpickle 1.6.0
clrmagic 0.0.1a2
colorama 0.4.4
colorcet 2.0.6
configparser 5.0.2
cookiecutter 1.7.2
coverage 5.4
cryptography 3.4.6
cvxopt 1.2.6
cvxpy 1.1.10
cx-Freeze 6.5.3
cycler 0.10.0
Cython 0.29.22
cytoolz 0.11.0
dask 2021.3.0
dask-glm 0.2.0
dask-labextension 5.0.1
dask-ml 1.8.0
dask-searchcv 0.2.0
databases 0.4.1
datasette 0.55
datashader 0.12.0
datashape 0.5.2
db.py 0.5.4b1
decorator 4.4.2
defusedxml 0.6.0
Deprecated 1.2.11
descartes 1.1.0
diff-match-patch 20200713
discretize 0.6.3
distlib 0.3.1
distributed 2021.3.0
docopt 0.6.2
docrepr 0.1.1
docutils 0.16
ecos 2.0.7.post1
emcee 3.0.2
empymod 2.0.5
entrypoints 0.3
et-xmlfile 1.0.1
fast-histogram 0.9
fastapi 0.63.0
fasteners 0.16
fastparquet 0.5.0
feather-format 0.4.1
filelock 3.0.12
Fiona 1.8.18
flake8 3.8.4
Flask 1.1.2
flask-accepts 0.17.6
Flask-Mail 0.9.1
flask-restx 0.2.0
Flask-Session 0.3.2
Flask-SQLAlchemy 2.4.4
flaskerize 0.14.0
flatbuffers 1.12
folium 0.12.1
formlayout 2.0.0a0
fs 2.4.12
fsspec 0.8.7
future 0.18.2
fuzzywuzzy 0.18.0
gast 0.3.3
GDAL 3.2.2
geoana 0.1.1
geographiclib 1.50
geopandas 0.8.2
geopy 2.1.0
geoviews 1.8.1
gmpy2 2.0.8
google-auth 1.28.0
google-auth-oauthlib 0.4.3
google-pasta 0.2.0
gpytorch 1.2.1
great-expectations 0.13.12
greenlet 1.0.0
grpcio 1.32.0
guidata 1.7.9
guiqwt 3.0.5
h11 0.12.0
h2 4.0.0
h5py 2.10.0
HeapDict 1.0.1
helpdev 0.7.1
holoviews 1.14.2
hpack 4.0.0
html5lib 1.1
httpcore 0.12.3
httpie 2.4.0
httpx 0.16.1
hupper 1.10.2
husl 4.0.3
hvplot 0.7.1
Hypercorn 0.11.2
hyperframe 6.0.0
hypothesis 6.1.1
ibis-framework 1.4.0
idlex 1.18
idna 2.10
imageio 2.9.0
imageio-ffmpeg 0.4.2
imagesize 1.2.0
imbalanced-learn 0.8.0
importlib-metadata 3.7.0
inflection 0.5.1
iniconfig 1.1.1
intake 0.6.1
intervaltree 3.0.2
ipycanvas 0.8.2
ipykernel 5.5.3
ipyleaflet 0.13.6
ipympl 0.6.3
ipython 7.22.0
ipython-genutils 0.2.0
ipython-sql 0.4.1b1
ipywidgets 7.6.3
isort 5.7.0
itsdangerous 1.1.0
janus 0.6.1
jdcal 1.4.1
jedi 0.17.2
Jinja2 2.11.3
jinja2-time 0.2.0
joblib 1.0.1
json5 0.9.5
jsonpatch 1.28
jsonpointer 2.0
jsonschema 3.2.0
julia 0.5.6
jupyter 1.0.0
jupyter-bokeh 2.0.4
jupyter-client 6.1.12
jupyter-console 6.4.0
jupyter-core 4.7.1
jupyter-lsp 1.1.4
jupyter-packaging 0.7.12
jupyter-server 1.4.1
jupyter-server-proxy 1.6.0
jupyter-sphinx 0.3.2
jupyterlab 3.0.14
jupyterlab-launcher 0.13.1
jupyterlab-lsp 3.4.1
jupyterlab-pygments 0.1.2
jupyterlab-server 2.4.0
jupyterlab-widgets 1.0.0
Keras-Preprocessing 1.1.2
keyring 23.0.0
kiwisolver 1.3.1
lazy-object-proxy 1.5.2
llvmlite 0.36.0rc2
lmfit 1.0.2
locket 0.2.1
loky 2.9.0
lxml 4.6.2
lz4 3.1.3
Markdown 3.3.4
MarkupSafe 1.1.1
marshmallow 3.10.0
matplotlib 3.3.4
mccabe 0.6.1
mercantile 1.1.6
mergedeep 1.3.4
metakernel 0.27.5
mistune 0.8.4
mizani 0.7.2
mkl-service 2.3.0
mlxtend 0.18.0
moviepy 1.0.3
mpl-scatter-density 0.7
mpld3 0.5.2
mpldatacursor 0.7.1
mpmath 1.2.1
msgpack 1.0.2
msvc-runtime 14.28.29910
mtpy 1.1.5
multidict 5.1.0
multipledispatch 0.6.0
munch 2.5.0
mypy 0.812
mypy-extensions 0.4.3
mysql-connector-python 8.0.21
nbclassic 0.2.6
nbclient 0.5.3
nbconvert 6.0.7
nbconvert-reportlab 0.2
nbformat 5.1.3
nbval 0.9.6
nest-asyncio 1.5.1
netCDF4 1.5.6
networkx 2.5
NLopt 2.7.0
nltk 3.5
notebook 6.3.0
numba 0.53.0rc3
numcodecs 0.7.3
numdifftools 0.9.39
numexpr 2.7.3
numpy 1.20.1+mkl
numpydoc 1.1.0
oauthlib 3.1.0
obspy 1.2.2
oct2py 5.2.0
octave-kernel 0.32.0
onnxruntime 1.7.0
openpyxl 3.0.6
opt-einsum 3.3.0
orjson 3.4.6
osqp 0.6.1
outcome 1.1.0
packaging 20.9
palettable 3.3.0
pandas 1.2.3
pandas-datareader 0.9.0
pandocfilters 1.4.3
panel 0.11.0
papermill 2.3.2
param 1.10.1
parambokeh 0.2.3
paramiko 2.7.2
paramnb 2.0.4
parso 0.7.0
partd 1.1.0
pathspec 0.8.0
patsy 0.5.1
pdfrw 0.4
pdvega 0.2.1.dev0
pefile 2019.4.18
pep8 1.7.1
pexpect 4.8.0
pg8000 1.16.5
pickleshare 0.7.5
Pillow 8.1.2
Pint 0.16.1
pip 21.0.1
pipdeptree 2.0.0
pkginfo 1.7.0
plotly 4.14.3
plotnine 0.7.1
pluggy 0.13.1
ply 3.11
portpicker 1.3.1
poyo 0.5.0
ppci 0.5.8
prettytable 2.0.0
priority 1.3.0
proglog 0.1.9
prometheus-client 0.9.0
prompt-toolkit 3.0.16
properties 0.6.1
protobuf 4.0.0rc1
psutil 5.8.0
ptpython 3.0.16
ptyprocess 0.7.0
PuLP 2.3
py 1.10.0
pyaml 20.4.0
pyarrow 3.0.0
pyasn1 0.4.8
pyasn1-modules 0.2.8
PyAudio 0.2.11
pybars3 0.9.7
pybind11 2.6.2
pycodestyle 2.6.0
pycosat 0.6.3
pycparser 2.20
pyct 0.4.8
pydantic 1.8.1
pydeck 0.6.1
pydocstyle 5.1.1
pyepsg 0.4.0
pyerfa 1.7.2
pyflakes 2.2.0
pyflux 0.4.17
pygame 2.0.1
pygbm 0.1.0
Pygments 2.8.0
pyhdf 0.10.2
pyinstaller 4.2
pyinstaller-hooks-contrib 2020.11
pylint 2.7.1
pyls-black 0.4.6
pyls-spyder 0.3.2
pymatsolver 0.1.2
pymc 2.3.8
PyMeta3 0.5.1
pyMKL 0.0.3
pymongo 3.11.3
PyNaCl 1.4.0
pynndescent 0.5.2
pyodbc 4.0.30
PyOpenGL 3.1.5
pypandoc 1.5
pyparsing 2.4.7
pyproj 3.0.1
PyQt5 5.12.3
PyQt5-sip 12.8.1
pyqt5-tools 5.15.1.1.7.5
pyqtgraph 0.11.1
PyQtWebEngine 5.12.1
pyrsistent 0.17.3
pyserial 3.5
pyshp 2.1.3
PySocks 1.7.1
pystache 0.5.4
pytest 6.2.2
python-baseconv 1.2.2
python-dateutil 2.8.1
python-dotenv 0.15.0
python-hdf4 0.10.0+dummy
python-jsonrpc-server 0.4.0
python-language-server 0.36.2
python-Levenshtein 0.12.2
python-slugify 4.0.1
python-snappy 0.6.0
pythonnet 2.5.2
PythonQwt 0.8.3
pytz 2021.1
pyviz-comms 2.0.1
PyWavelets 1.1.1
pywin32 300
pywin32-ctypes 0.2.0
pywinpty 0.5.7
pywinusb 0.4.2
PyYAML 5.4.1
pyzmq 22.0.3
pyzo 4.11.2
QDarkStyle 3.0.2
qstylizer 0.1.10
QtAwesome 1.0.2
qtconsole 5.0.3
QtPy 1.10.0.dev0
quantecon 0.4.8
Quart 0.14.1
rasterio 1.2.1
readme-renderer 29.0
redis 3.5.3
regex 2020.11.13
reportlab 3.5.60
requests 2.25.1
requests-oauthlib 1.3.0
requests-toolbelt 0.9.1
retrying 1.3.3
rfc3986 1.4.0
rise 5.7.1
rope 0.18.0
rpy2 3.4.0.dev0
rsa 4.7.2
Rtree 0.9.7
ruamel.yaml 0.16.12
ruamel.yaml.clib 0.2.2
Rx 3.1.1
scikit-fuzzy 0.4.1
scikit-image 0.18.1
scikit-learn 0.24.1
scikit-optimize 0.8.1
scilab2py 0.6.2
scipy 1.6.1
scramp 1.2.0
scs 2.1.2
seaborn 0.11.1
segyio 1.9.6
Send2Trash 1.5.0
setuptools 54.1.0
shap 0.36.0
Shapely 1.7.1
SimPEG 0.14.3
simpervisor 0.4
simplegeneric 0.8.1
simplejson 3.17.2
simpy 4.0.1
six 1.15.0
sklearn-contrib-lightning 0.6.0
slicer 0.0.7
snakeviz 2.1.0
sniffio 1.2.0
snowballstemmer 2.1.0
snuggs 1.4.7
sortedcontainers 2.3.0
sounddevice 0.4.1
soupsieve 2.2
Sphinx 3.5.1
sphinx-rtd-theme 0.5.1
sphinxcontrib-applehelp 1.0.2
sphinxcontrib-devhelp 1.0.2
sphinxcontrib-htmlhelp 1.0.3
sphinxcontrib-jsmath 1.0.1
sphinxcontrib-qthelp 1.0.3
sphinxcontrib-serializinghtml 1.1.4
spyder 5.0.1
spyder-kernels 2.0.1
SQLAlchemy 1.3.23
sqlite-bro 0.9.1
sqlparse 0.4.1
starlette 0.13.6
statsmodels 0.12.2
streamz 0.6.2
supersmoother 0.4
sympy 1.7.1
tables 3.6.1
tblib 1.7.0
tenacity 6.3.1
tensorboard 2.4.1
tensorboard-plugin-wit 1.8.0
tensorflow 2.4.1
tensorflow-estimator 2.4.0
termcolor 1.1.0
terminado 0.9.2
testpath 0.4.4
text-unidecode 1.3
textdistance 4.2.1
textwrap3 0.9.2
threadpoolctl 2.1.0
three-merge 0.1.1
thrift 0.13.0
tifffile 2021.3.5
tinycss 0.4
toml 0.10.2
toolz 0.11.1
torch 1.8.0+cpu
torchaudio 0.8.0
torchvision 0.9.0+cpu
tornado 6.1
tqdm 4.58.0
traitlets 5.0.5
traittypes 0.2.1
tranquilizer 0.5.0+1.gff8dd5f
trio 0.18.0
trio-asyncio 0.12.0
twine 3.3.0
twitter 1.18.0
typed-ast 1.4.2
typing-extensions 3.7.4.3
tzlocal 2.1
ujson 4.0.2
umap-learn 0.5.1
uncertainties 3.1.5
urllib3 1.26.3
utm 0.7.0
uvicorn 0.13.4
vectormath 0.2.2
vega 3.4.0
vega-datasets 0.9.0
virtualenv 20.4.2
ViTables 3.0.2
voila 0.2.7
wasmer 1.0.0
wasmer-compiler-cranelift 1.0.0
wasmer-compiler-singlepass 1.0.0
watchdog 1.0.2
wcwidth 0.2.5
webencodings 0.5.1
Werkzeug 1.0.1
wheel 0.36.2
widgetsnbextension 3.5.1
winpython 4.0.20210307
winrt 1.0.21033.1
wordcloud 1.8.1
wrapt 1.12.1
wsproto 1.0.0
xarray 0.17.0
XlsxWriter 1.3.7
xlwings 0.22.2
yapf 0.30.0
yarl 1.6.3
zarr 2.6.1
zict 2.0.0
zipp 3.4.0
zstandard 0.15.2

@ccordoba12 ccordoba12 changed the title Closing a console while in debug mode KeyError when restarting kernel on Windows Apr 22, 2021
@ccordoba12 ccordoba12 added this to the v5.0.2 milestone Apr 22, 2021
@ccordoba12
Copy link
Member

Thanks @Patrick-Cole and @stonebig for your help. I found the error yesterday and it's in our side.

I'll fix it for our next release.

This was referenced Apr 22, 2021
@stonebig
Copy link
Contributor

stonebig commented Apr 22, 2021

thanks for the discovery of the "< details >" markdown, will re-use it

@ccordoba12
Copy link
Member

No prob. And just so you know, I only edit user comments to add those tags, so that it's easier for us to browse issues.

@Patrick-Cole
Copy link
Author

Thanks very much - keep up the awesome work!

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

No branches or pull requests

4 participants