Tomáš Hrnčiar

Results 19 comments of Tomáš Hrnčiar

I need anyio working so I can continue with rebuilding other packages depending on it. > You can also patch line 54 of `setup.cfg` to look like this: > >...

Oh seems like I edited the wrong line. It should be the other way around. I am not sure if it applies also to Python 2.7, though.

https://github.com/rpm-software-management/rpm/issues/963

@pmatilai could you please take a look? Is it really correct to return 11 even though all dependencies were satisfied?

Hello @ccordoba12, thank you for letting me know. Shall I open PR there or will you pick it up by yourself?

In Fedora we are rebuilding all packages with Python 3.11. statsmodels fails with: ~~~~ statsmodels/tsa/_innovations.c: In function ‘__Pyx_PyErr_GetTopmostException’: statsmodels/tsa/_innovations.c:20057:21: error: ‘_PyErr_StackItem’ {aka ‘struct _err_stackitem’} has no member named ‘exc_type’ 20057...

I've managed to build it. Cython is fixed, but sources need to be regenerated.

I've added another commit to fix an error in: ~~~~ ____________ test_inspect_integer_with_methods_python311_and_above _____________ ... E ╭──────────────── ─────────────────╮ E │ int([x]) -> integer │ E │ int(x, base=10) -> integer │...

Hello, is there any progress on this? I think Python 3.11 is now available on GitHub Actions.