Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912221 - dev-python/statsmodels-0.13.5 - statsmodels/.../_ets_smooth.pyx: Cannot assign type npy_float64 complex to float64_t
Summary: dev-python/statsmodels-0.13.5 - statsmodels/.../_ets_smooth.pyx: Cannot assig...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard: old version only
Keywords:
Depends on: 921062
Blocks: cython3-tracker
  Show dependency tree
 
Reported: 2023-08-13 09:06 UTC by Toralf Förster
Modified: 2024-03-10 13:25 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.50 KB, text/plain)
2023-08-13 09:06 UTC, Toralf Förster
Details
dev-python:statsmodels-0.13.5:20230813-020950.log (dev-python:statsmodels-0.13.5:20230813-020950.log,12.50 KB, text/plain)
2023-08-13 09:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,157.84 KB, text/plain)
2023-08-13 09:06 UTC, Toralf Förster
Details
environment (environment,161.24 KB, text/plain)
2023-08-13 09:06 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,784 bytes, application/x-xz)
2023-08-13 09:06 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,21.89 KB, application/x-xz)
2023-08-13 09:06 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,36.01 KB, application/x-xz)
2023-08-13 09:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-08-13 09:06:46 UTC
        # s[t-m] = xhat[prev, 2+m-1]
        yhat[i] = (xhat[prev, 0] * xhat[prev, 1]**phi) + xhat[prev, 2+m-1]
                                                       ^
------------------------------------------------------------

statsmodels/tsa/exponential_smoothing/_ets_smooth.pyx:156:55: Cannot assign type 'npy_float64 complex' to 'float64_t'

Error compiling Cython file:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_systemd-20230811-000505

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Rust versions:
  [1]   rust-1.71.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit 61692ad40bf4e6b60b57bdb0712ace6390641514
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Aug 13 00:46:42 2023 +0000

    2023-08-13 00:46:42 UTC

emerge -qpvO dev-python/statsmodels
[ebuild  N    ] dev-python/statsmodels-0.14.0  USE="-debug (-doc) -examples -test" PYTHON_TARGETS="python3_11 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2023-08-13 09:06:46 UTC
Created attachment 867770 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-13 09:06:47 UTC
Created attachment 867771 [details]
dev-python:statsmodels-0.13.5:20230813-020950.log
Comment 3 Toralf Förster gentoo-dev 2023-08-13 09:06:49 UTC
Created attachment 867772 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-08-13 09:06:50 UTC
Created attachment 867773 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-08-13 09:06:51 UTC
Created attachment 867774 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-08-13 09:06:52 UTC
Created attachment 867775 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-08-13 09:06:53 UTC
Created attachment 867776 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2023-08-28 23:04:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ade689d5b790f6dfd5688664d2193992aa8e731

commit 4ade689d5b790f6dfd5688664d2193992aa8e731
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-08-28 23:03:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-28 23:03:00 +0000

    dev-python/statsmodels: backport <cython-3 dep
    
    Bug: https://bugs.gentoo.org/912221
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/statsmodels/statsmodels-0.13.2.ebuild | 3 ++-
 dev-python/statsmodels/statsmodels-0.13.5.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
Comment 9 Larry the Git Cow gentoo-dev 2023-12-25 07:30:05 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c845acc1687a5c7a2cced382a959a52f9e40669e

commit c845acc1687a5c7a2cced382a959a52f9e40669e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-12-25 07:25:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-25 07:25:41 +0000

    dev-python/statsmodels: drop 0.13.5
    
    Bug: https://bugs.gentoo.org/912221
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/statsmodels/Manifest                  |  1 -
 dev-python/statsmodels/statsmodels-0.13.5.ebuild | 88 ------------------------
 2 files changed, 89 deletions(-)
Comment 10 Larry the Git Cow gentoo-dev 2024-03-10 13:24:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3937e624e9060298f98cbccf3a5ee8fdbece26

commit 8d3937e624e9060298f98cbccf3a5ee8fdbece26
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-03-10 13:20:31 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-03-10 13:24:12 +0000

    dev-python/statsmodels: Remove old
    
    Closes: https://bugs.gentoo.org/912221
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/statsmodels/Manifest                    |  1 -
 .../files/statsmodels-0.14.0-test.patch            | 30 -------
 dev-python/statsmodels/statsmodels-0.14.0.ebuild   | 92 ----------------------
 3 files changed, 123 deletions(-)
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-10 13:25:24 UTC
commit 5ce685715302268e28c60e4bdabb8a0412196c65
Author: Michał Górny <mgorny@gentoo.org>
Date:   Fri Dec 15 09:20:58 2023 +0100

    dev-python/statsmodels: Bump to 0.14.1

    Signed-off-by: Michał Górny <mgorny@gentoo.org>