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

Installation issue on Mac OS 10.15 #2

Open
MooersLab opened this issue Apr 22, 2020 · 0 comments
Open

Installation issue on Mac OS 10.15 #2

MooersLab opened this issue Apr 22, 2020 · 0 comments

Comments

@MooersLab
Copy link

The install fails on this step:

sudo jupyter-serverextension enable notebook_snippets
Enabling: notebook_snippets

  • Writing config: /Users/blaine/.jupyter
    • Validating...
      Error loading server extension notebook_snippets
      X is notebook_snippets importable?

jupyter-serverextension enable notebook_snippets  ✔ at 11:44:32
Enabling: notebook_snippets

  • Writing config: /Users/blaine/.jupyter
    • Validating...
      Error loading server extension notebook_snippets
      X is notebook_snippets importable?

It is not importable:

Traceback (most recent call last):
File "", line 1, in
File "/Users/blaine/Library/Python/3.8/lib/python/site-packages/notebook_snippets/init.py", line 5, in
from .snippets import snippets
File "/Users/blaine/Library/Python/3.8/lib/python/site-packages/notebook_snippets/snippets.py", line 2, in
from .code import numba, python, python_regex
ModuleNotFoundError: No module named 'notebook_snippets.code'

notebook_snippets.code is not being found.

ls /Users/blaine/Library/Python/3.8/lib/python/site-packages/notebook_snippets

init.py pycache _version.py api ping.py snippets.py

ls .jupyter

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

No branches or pull requests

1 participant