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

Pin jupyter-client<7.0 #2588

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

yuvipanda
Copy link
Contributor

7.0, released today, seems to have a version conflict
on nest-asyncio with jupyter-server-proxy:

[W 2021-08-20 11:22:41.520 SingleUserNotebookApp notebookapp:2034] Error loading server extension jupyter_server_proxy
Traceback (most recent call last):
File "/opt/conda/lib/python3.9/site-packages/notebook/notebookapp.py", line 2030, in init_server_extensions
func(self)
File "/opt/conda/lib/python3.9/site-packages/jupyter_server_proxy/init.py", line 27, in _load_jupyter_server_extension
server_processes += get_entrypoint_server_processes()
File "/opt/conda/lib/python3.9/site-packages/jupyter_server_proxy/config.py", line 81, in get_entrypoint_server_processes
make_server_process(entry_point.name, entry_point.load()())
File "/opt/conda/lib/python3.9/site-packages/pkg_resources/init.py", line 2471, in load
self.require(*args, **kwargs)
File "/opt/conda/lib/python3.9/site-packages/pkg_resources/init.py", line 2494, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "/opt/conda/lib/python3.9/site-packages/pkg_resources/init.py", line 790, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (nest-asyncio 1.2.0 (/opt/conda/lib/python3.9/site-packages), Requirement.parse('nest-asyncio>=1.5'), {'jupyter-client'})

This pin should help contain the damage while we investigate

7.0, released today, seems to have a version conflict
on nest-asyncio with jupyter-server-proxy:

[W 2021-08-20 11:22:41.520 SingleUserNotebookApp notebookapp:2034] Error loading server extension jupyter_server_proxy
    Traceback (most recent call last):
      File "/opt/conda/lib/python3.9/site-packages/notebook/notebookapp.py", line 2030, in init_server_extensions
        func(self)
      File "/opt/conda/lib/python3.9/site-packages/jupyter_server_proxy/__init__.py", line 27, in _load_jupyter_server_extension
        server_processes += get_entrypoint_server_processes()
      File "/opt/conda/lib/python3.9/site-packages/jupyter_server_proxy/config.py", line 81, in get_entrypoint_server_processes
        make_server_process(entry_point.name, entry_point.load()())
      File "/opt/conda/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in load
        self.require(*args, **kwargs)
      File "/opt/conda/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2494, in require
        items = working_set.resolve(reqs, env, installer, extras=self.extras)
      File "/opt/conda/lib/python3.9/site-packages/pkg_resources/__init__.py", line 790, in resolve
        raise VersionConflict(dist, req).with_context(dependent_req)
    pkg_resources.ContextualVersionConflict: (nest-asyncio 1.2.0 (/opt/conda/lib/python3.9/site-packages), Requirement.parse('nest-asyncio>=1.5'), {'jupyter-client'})

This pin should help contain the damage while we investigate
@yuvipanda yuvipanda merged commit 4024cac into berkeley-dsep-infra:staging Aug 20, 2021
yuvipanda added a commit that referenced this pull request Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant