Closed JasonWeill closed 2 years ago
Full error log: jupyterlab-debug-r1ig1e2x.log
Hey @jweill-aws thanks for reporting. If you have the time to update this project to the latest extension cookiecutter, it should fix the error.
Closing as fixed by #44
Description
The README file recommends building the code as follows:
I get an error when running the second command above on macOS 11.6.2 (Big Sur) with conda 4.11.0 and Python 3.9.7.
Reproduce
pip3 install -e .
(Notpip
, which runs Python 2 by default on macOS Big Sur). Succeeds.jupyter labextension develop . --overwrite
from the root of my local package repo.Error occurs:
(Will add the contents of the log in the first comment)
Expected behavior
Command completes without errors.
Context
macOS 11.6.2 (Big Sur) with conda 4.11.0 and Python 3.9.7.