Closed craig-willis closed 2 years ago
The actual problem appears to be incompatible dependencies. Pinning matlab_kernel alone isn't sufficient.
#41 [stage-0 33/42] RUN /srv/conda/envs/notebook/bin/pip install matlab_kernel==0.16.11 jupyter-matlab-proxy==v0.3.2
#41 sha256:faf4e5b96d3615babf59a4930603adf8cfd4fccdee714d00f0782320ecc636e9
#41 3.304 Collecting matlab_kernel==0.16.11
#41 3.371 Downloading matlab_kernel-0.16.11-py3-none-any.whl (9.1 kB)
...
#41 4.032 Collecting metakernel>=0.23.0
#41 4.045 Downloading metakernel-0.29.0-py2.py3-none-any.whl (216 kB)
...
#41 4.603 Collecting ipykernel>=5.5.6
#41 4.615 Downloading ipykernel-6.13.0-py3-none-any.whl (131 kB)
...
#41 6.113 ERROR: ipykernel 6.13.0 has requirement ipython>=7.23.1, but you'll have ipython 7.16.1 which is incompatible.
#41 6.113 ERROR: ipykernel 6.13.0 has requirement jupyter-client>=6.1.12, but you'll have jupyter-client 6.1.6 which is incompatible.
#41 6.113 ERROR: ipykernel 6.13.0 has requirement tornado>=6.1, but you'll have tornado 6.0.4 which is incompatible.
#41 6.113 ERROR: ipykernel 6.13.0 has requirement traitlets>=5.1.0, but you'll have traitlets 4.3.3 which is incompatible.
#41 6.113 ERROR: metakernel 0.29.0 has requirement jedi>=0.18, but you'll have jedi 0.17.2 which is incompatible.
#41 6.113 ERROR: metakernel 0.29.0 has requirement jupyter-core>=4.9.2, but you'll have jupyter-core 4.6.3 which is incompatible.
...
#41 7.663 Attempting uninstall: ipykernel
#41 7.665 Found existing installation: ipykernel 5.3.4
#41 7.725 Uninstalling ipykernel-5.3.4:
#41 9.603 Successfully uninstalled ipykernel-5.3.4
#41 DONE 12.1s
New
matlab_kernel
release requires newer version of traitlets than is installed via r2d.Test case
multiplicative_arima_example.ipynb
, the Matlab kernel will not start and notebook fails to run