You are not logged in.
Hi, I'd like to report a seemingly packaging issue. I don't know if this is the best place, but I don't find any section on the forum specific for official packages. If anybody knows a better place, please kindly point me there, thanks!
sagemath-jupyter requires sage-notebook-exporter as an optional dependency, but it cannot start without sage-notebook-exporter installed. It requires 'sagenb_export' on start, and shows 404 in the browser. So it seems that sage-notebook-exporter should be a required dependency for sagemath-jupyter.
This is the console error message:
```
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/notebook/notebookapp.py", line 1670, in init_server_extensions
mod = importlib.import_module(modulename)
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sagenb_export'
```
Last edited by libra_kevin (2020-04-30 00:31:39)
Offline
You're correct, the forum isn't the right place for this. You should file a bug report against the sagemath-jupyter package.
Offline
There is no bug here, you're just not starting the notebook correctly. See the output of 'sage -h'
Offline
Thanks a lot! I should have read the help carefully. It's my fault!
Last edited by libra_kevin (2020-04-30 00:32:53)
Offline