-
Notifications
You must be signed in to change notification settings - Fork 94
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 fails #44
Comments
You can fix this via also installing the |
No such module. Is there a particular channel to find the plotlywidget module in?
|
I do not know. You can ask this question to the plotly.py team. They are the experts on this. Otherwise, you might want to consider to install plotlywidget via pip (and mix the installations) or use pip in general instead of conda. What do you think? |
Environment
Description of Issue
Reproduction Steps
The error is as follows:
Trying to install bamboolib nbextension...
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/bamboolib/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/home/ubuntu/anaconda3/envs/bamboolib/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/ubuntu/.local/lib/python3.7/site-packages/bamboolib/main.py", line 38, in
install_nbextensions()
File "/home/ubuntu/.local/lib/python3.7/site-packages/bamboolib/setup/_extensions.py", line 42, in install_nbextensions
nbextensions.install_nbextension_python(extension, user=True)
File "/home/ubuntu/anaconda3/envs/bamboolib/lib/python3.7/site-packages/notebook/nbextensions.py", line 203, in install_nbextension_python
m, nbexts = _get_nbextension_metadata(module)
File "/home/ubuntu/anaconda3/envs/bamboolib/lib/python3.7/site-packages/notebook/nbextensions.py", line 1107, in _get_nbextension_metadata
m = import_item(module)
File "/home/ubuntu/anaconda3/envs/bamboolib/lib/python3.7/site-packages/traitlets/utils/importstring.py", line 38, in import_item
return import(parts[0])
ModuleNotFoundError: No module named 'plotlywidget'
...
What steps have you taken to resolve this already?
...
Anything else?
...
The text was updated successfully, but these errors were encountered: