【发布时间】:2019-05-22 09:15:57
【问题描述】:
在 statsmodels 包(如 logsumexp 和 factorial)上的 google collab Jupyter notebook 中出现导入错误。
请提出建议。
from scipy.misc import logsumexp
from scipy.misc import factorial
ImportError: cannot import name 'logsumexp'
ImportError: cannot import name 'factorial'
我已经重新安装了 scipy 和 sci-kit 并重新启动了 google collab jupyter notebook 的运行时。但是,导入仍然存在。
【问题讨论】:
标签: jupyter-notebook google-colaboratory python-3.3