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

Missing dependency on ipython_genutils #207

Closed
chiefnoah opened this issue Mar 10, 2022 · 0 comments · Fixed by #209
Closed

Missing dependency on ipython_genutils #207

chiefnoah opened this issue Mar 10, 2022 · 0 comments · Fixed by #209

Comments

@chiefnoah
Copy link

  • Version: 0.5.12
/tmp/tmp.TFAhsvThle
⟩ python3 -m venv env

/tmp/tmp.TFAhsvThle
⟩ source env/bin/activate.fish
(env) 
[env] /tmp/tmp.TFAhsvThle
⟩ pip install nbclient
Collecting nbclient
  Downloading nbclient-0.5.12-py3-none-any.whl (71 kB)
     |████████████████████████████████| 71 kB 2.8 MB/s 
Collecting traitlets>=5.0.0
  Using cached traitlets-5.1.1-py3-none-any.whl (102 kB)
Collecting nbformat>=5.0
  Downloading nbformat-5.2.0-py3-none-any.whl (74 kB)
     |████████████████████████████████| 74 kB 1.5 MB/s 
Collecting nest-asyncio
  Using cached nest_asyncio-1.5.4-py3-none-any.whl (5.1 kB)
Collecting jupyter-client>=6.1.5
  Using cached jupyter_client-7.1.2-py3-none-any.whl (130 kB)
Collecting jupyter-core
  Using cached jupyter_core-4.9.2-py3-none-any.whl (86 kB)
Collecting jsonschema!=2.5.0,>=2.4
  Using cached jsonschema-4.4.0-py3-none-any.whl (72 kB)
Collecting tornado>=4.1
  Using cached tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl (427 kB)
Collecting python-dateutil>=2.1
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pyzmq>=13
  Using cached pyzmq-22.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB)
Collecting entrypoints
  Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting importlib-resources>=1.4.0; python_version < "3.9"
  Using cached importlib_resources-5.4.0-py3-none-any.whl (28 kB)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Using cached pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119 kB)
Collecting six>=1.5
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting zipp>=3.1.0; python_version < "3.10"
  Using cached zipp-3.7.0-py3-none-any.whl (5.3 kB)
Installing collected packages: traitlets, jupyter-core, zipp, importlib-resources, attrs, pyrsistent, jsonschema, nbformat, nest-asyncio, tornado, six, python-dateutil, pyzmq, entrypoints, jupyter-client, nbclient
Successfully installed attrs-21.4.0 entrypoints-0.4 importlib-resources-5.4.0 jsonschema-4.4.0 jupyter-client-7.1.2 jupyter-core-4.9.2 nbclient-0.5.12 nbformat-5.2.0 nest-asyncio-1.5.4 pyrsistent-0.18.1 python-dateutil-2.8.2 pyzmq-22.3.0 six-1.16.0 tornado-6.1 traitlets-5.1.1 zipp-3.7.0
(env) 
[env] /tmp/tmp.TFAhsvThle
⟩ python3
Python 3.8.10 (default, Nov 26 2021, 20:14:08) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from nbclient import NotebookClient
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/tmp/tmp.TFAhsvThle/env/lib/python3.8/site-packages/nbclient/__init__.py", line 6, in <module>
    from .client import NotebookClient, execute  # noqa: F401
  File "/tmp/tmp.TFAhsvThle/env/lib/python3.8/site-packages/nbclient/client.py", line 39, in <module>
    from .output_widget import OutputWidget
  File "/tmp/tmp.TFAhsvThle/env/lib/python3.8/site-packages/nbclient/output_widget.py", line 6, in <module>
    from .jsonutil import json_clean
  File "/tmp/tmp.TFAhsvThle/env/lib/python3.8/site-packages/nbclient/jsonutil.py", line 16, in <module>
    from ipython_genutils import py3compat
ModuleNotFoundError: No module named 'ipython_genutils'
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 a pull request may close this issue.

1 participant