You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importing the SPNModel from mb_modelbase.models_core.spnmodel throws error with scipy version 1.3.0 or higher:
File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spnmodel.py", line 18, in <module>
from mb_modelbase.models_core.spn.spn import SPNParams, SPN
File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spn/__init__.py", line 5, in <module>
from mb_modelbase.models_core.spn.product_node import *
File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spn/product_node.py", line 4, in <module>
from .sum_node import SumNode
File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spn/sum_node.py", line 2, in <module>
from scipy.misc import logsumexp
ImportError: cannot import name 'logsumexp'
importing the SPNModel from mb_modelbase.models_core.spnmodel throws error with scipy version 1.3.0 or higher:
logsumexp was removed in version 1.3.0
The text was updated successfully, but these errors were encountered: