DeDop / dedop-core

DeDop is a User Configurable Tool for Processing Delay Doppler Altimeter Data.
http://dedop.org/
GNU General Public License v3.0
13 stars 8 forks source link

No module named 'jupyter_core' #46

Closed hans-permana closed 6 years ago

hans-permana commented 6 years ago

Running ' dedop output inspect ' resulted the following error:

 Traceback (most recent call last):
  File "C:\Users\hans\DeDop-core\Scripts\jupyter-notebook-script.py", line 3, in <module>
    import notebook.notebookapp
  File "C:\Users\hans\DeDop-core\lib\site-packages\notebook\__init__.py", line 25, in <module>
    from .nbextensions import install_nbextension
  File "C:\Users\hans\DeDop-core\lib\site-packages\notebook\nbextensions.py", line 23, in <module>
    from jupyter_core.paths import (
ModuleNotFoundError: No module named 'jupyter_core'

This is very similar to https://github.com/CCI-Tools/cate/issues/397.

hans-permana commented 6 years ago

workaround in commit https://github.com/DeDop/dedop-conda/commit/6a325c0cadd0cff743efc993412f3e2a360bfcc0 by adding the site-packages outside Lib directory to PYTHONPATH when activating the environment