-
Notifications
You must be signed in to change notification settings - Fork 423
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
ModuleNotFoundError when attempting "jupyter labextension install qgrid2" #351
Comments
In case it helps, I also tried to do a new/clean install via conda and got similar results. Let me know if I can provide anything else, thanks! I am using this conda environment:
I followed that with:
... and finally:
|
Ran into the same issue after updating JupyterLab 3.0.5. Maybe related to #350? |
getting the same error at jupyterlab 3.0.14 |
Same error stream. can avoid the build error by: build goes through no problem. |
Getting the same error here |
Seeing similar error on jupyterlab 3.1.2 |
All of us frustrated |
Run into the same problem on jupyterlab 3.0.16 |
I'm getting the same error on 3.0.14. Has anyone found a solution to this ? |
Bump. Just ran into this issue. Operating System: Jupyter:
|
emmm, its 2023 already, and we still have this problem unsolved? |
There is a new QGrid "fork" (the same codebase just not git-cloned) that works with all latest jupyter machinery, minus https://github.com/JohnOmernik/qgrid It was packaged with all NPM dependencies in wheels, and works out of the box. |
Environment
Operating System: macOS 11.1
Python Version: Python 3.8.2
How did you install Qgrid: pip install qgrid
Python packages:
anyio==2.0.2
appnope==0.1.2
argon2-cffi==20.1.0
async-generator==1.10
attrs==20.3.0
Babel==2.9.0
backcall==0.2.0
bleach==3.2.1
certifi==2020.12.5
cffi==1.14.4
chardet==4.0.0
decorator==4.4.2
defusedxml==0.6.0
entrypoints==0.3
idna==2.10
ipykernel==5.4.3
ipython==7.19.0
ipython-genutils==0.2.0
ipywidgets==7.6.3
jedi==0.18.0
Jinja2==2.11.2
json5==0.9.5
jsonschema==3.2.0
jupyter-client==6.1.11
jupyter-core==4.7.0
jupyter-server==1.2.2
jupyterlab==3.0.5
jupyterlab-pygments==0.1.2
jupyterlab-server==2.1.2
jupyterlab-widgets==1.0.0
jupytext==1.9.1
markdown-it-py==0.6.1
MarkupSafe==1.1.1
mdit-py-plugins==0.2.4
mistune==0.8.4
nbclassic==0.2.6
nbclient==0.5.1
nbconvert==6.0.7
nbformat==5.1.2
nest-asyncio==1.4.3
notebook==6.2.0
numpy==1.19.5
packaging==20.8
pandas==1.2.0
pandocfilters==1.4.3
parso==0.8.1
pexpect==4.8.0
pickleshare==0.7.5
prometheus-client==0.9.0
prompt-toolkit==3.0.10
ptyprocess==0.7.0
pycparser==2.20
Pygments==2.7.4
pyparsing==2.4.7
pyrsistent==0.17.3
python-dateutil==2.8.1
pytz==2020.5
PyYAML==5.3.1
pyzmq==21.0.1
qgrid==1.3.1
remote-ikernel==0.4.6
requests==2.25.1
Send2Trash==1.5.0
six==1.15.0
sniffio==1.2.0
terminado==0.9.2
testpath==0.4.4
toml==0.10.2
tornado==6.1
traitlets==5.0.5
urllib3==1.26.2
wcwidth==0.2.5
webencodings==0.5.1
widgetsnbextension==3.5.1
Jupyter lab packages (if applicable):
JupyterLab v3.0.5
Other labextensions (built into JupyterLab)
app dir: /Users/dan/Library/Python/3.8/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK
jupyterlab-jupytext v1.3.0 enabled OK
And:
Description of Issue
I tried to install the qgrid2 labextension per the docs:
What did you expect to happen?
For it to install qgrid2
What happened instead?
Here is the error log:
Reproduction Steps
What steps have you taken to resolve this already?
Lots of Googling, uninstall, re-install, etc.
Anything else?
No
The text was updated successfully, but these errors were encountered: