CollasLab / edd

Enriched Domain Detector for ChIP-seq data
https://pypi.python.org/pypi/edd
MIT License
16 stars 4 forks source link

statsmodels 0.11.0 about AttributeError: 'module' object has no attribute '__version__' #15

Open dailimeng opened 4 years ago

dailimeng commented 4 years ago

ubuntu 18.04.4LTS

  1. 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' "
  2. This error was caused by the version of statsmodels 0.11.0.
  3. When changing version statsmodels 0.11.0 to 0.9.0, this error disappears and EDD can work normally.