[Bug 1959918] Re: Build failure with Python 3.10

2022-02-09 Thread Heinrich Schuchardt
For Python 3.10 we would need Keras v2.8.0. Since v2.6.0 Keras does not support Theano as backend anymore but requires TensorFlow. We don't package TensorFlow. So removing Keras and its reverse dependencies seems to be the best choice. The following reverse dependencies need to be removed too:

[Bug 1959918] Re: Build failure with Python 3.10

2022-02-05 Thread Heinrich Schuchardt
The build errors relating to collections using Python 3.10 where fixed with patch e08753b3ebbcca2c7 in keras v2.7.0. The current version is v2.8.0. I guess we should upgrade to the v2.8.0 upstream instead of patching an outdated version. -- You received this bug notification because you are a

[Bug 1959918] Re: Build failure with Python 3.10

2022-02-05 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959918 Title: Build failure with Python 3.10 To manage notifications about this bug go to:

[Bug 1959918] Re: Build failure with Python 3.10

2022-02-05 Thread Andreas Hasenack
I've been using this ppa: https://launchpad.net/~ahasenack/+archive/ubuntu/py310-collections/+packages ** Tags added: ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959918 Title: Build

[Bug 1959918] Re: Build failure with Python 3.10

2022-02-05 Thread Andreas Hasenack
There are other instances of collections, which I fixed with the attached patch, or so I think. But the build fails elsewhere, also during tests (and it's a long build, 6h!): https://launchpadlibrarian.net/584187637/buildlog_ubuntu-jammy- amd64.keras_2.3.1+dfsg-3ubuntu1~ppa2_BUILDING.txt.gz For

[Bug 1959918] Re: Build failure with Python 3.10

2022-02-04 Thread Heinrich Schuchardt
keras 2.3.1 which we have packaged is only compatible to Python 2.7 - 3.6 The build errors relating to collections using Python 3.10 where fixed with patch e08753b3ebbcca2c7 in keras v2.7.0. The current version is v2.8.0. -- You received this bug notification because you are a member of Ubuntu