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
EDD can be install but there was an AttributeError: 'module' object has no attribute 'version' while the software was running.
" NP_LT_114 = LooseVersion(np.version) < LooseVersion('1.14')
'module' object has no attribute 'version' "
This error was caused by the version of statsmodels 0.11.0.
When changing version statsmodels 0.11.0 to 0.9.0, this error disappears and EDD can work normally.
ubuntu 18.04.4LTS
" NP_LT_114 = LooseVersion(np.version) < LooseVersion('1.14')
'module' object has no attribute 'version' "