Bug 1361854 - python3-statsmodels should depend on python3-patsy
Summary: python3-statsmodels should depend on python3-patsy
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-statsmodels
Version: 24
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Sergio Pascual
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-07-31 09:29 UTC by Daniël van Eeden
Modified: 2016-10-18 15:55 UTC (History)
1 user (show)

Fixed In Version: python-statsmodels-0.6.1-7.fc25 python-statsmodels-0.6.1-7.fc24
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-10 17:44:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Daniël van Eeden 2016-07-31 09:29:27 UTC
This happens when I install python3-statsmodels without installing python3-patsy

$ python3
Python 3.5.1 (default, Jul 10 2016, 20:36:01) 
[GCC 6.1.1 20160621 (Red Hat 6.1.1-3)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from statsmodels.tsa.stattools import adfuller
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.5/site-packages/statsmodels/tsa/stattools.py", line 9, in <module>
    from statsmodels.regression.linear_model import OLS, yule_walker
  File "/usr/lib64/python3.5/site-packages/statsmodels/regression/__init__.py", line 1, in <module>
    from .linear_model import yule_walker
  File "/usr/lib64/python3.5/site-packages/statsmodels/regression/linear_model.py", line 52, in <module>
    import statsmodels.base.model as base
  File "/usr/lib64/python3.5/site-packages/statsmodels/base/model.py", line 11, in <module>
    from statsmodels.formula import handle_formula_data
  File "/usr/lib64/python3.5/site-packages/statsmodels/formula/__init__.py", line 4, in <module>
    from .formulatools import handle_formula_data
  File "/usr/lib64/python3.5/site-packages/statsmodels/formula/formulatools.py", line 3, in <module>
    from patsy import dmatrices, NAAction
ImportError: No module named 'patsy'
>>> 


Package version: python3-statsmodels-0.6.1-6.fc24.x86_64

Comment 1 Fedora Update System 2016-10-05 01:54:59 UTC
python-statsmodels-0.6.1-7.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-b574f116b4

Comment 2 Fedora Update System 2016-10-05 02:26:30 UTC
python-statsmodels-0.6.1-7.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-86d0ff7206

Comment 3 Fedora Update System 2016-10-10 17:44:43 UTC
python-statsmodels-0.6.1-7.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2016-10-18 15:55:02 UTC
python-statsmodels-0.6.1-7.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.