MADlib dev team, I am going through my Apache MADlib v2.1.0 RC1 review and voting process. For validation, the initial platform I selected is Ubuntu 22.04 with Python 3.10.12. I stumbled on the installation of tensorflow (1.14) in this Python version environment. The TensorFlow Tested build configuration ( https://www.tensorflow.org/install/source_windows#cpu) does not show Python 3.10 as a supported version for tensorflow-1.14.0. Is this a known compatibility issue? I will make note of this in my voting report in the hopes it can be documented. For now, I will use another environment for my release review.
Thank you, -=e > lsb_release -sd Ubuntu 22.04.2 LTS > which python /usr/bin/python > python --version Python 3.10.12 > which pip /usr/bin/pip > pip --version pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10) > pip install tensorflow==1.14 Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement tensorflow==1.14 (from versions: 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.14.0rc0) ERROR: No matching distribution found for tensorflow==1.14 -- Ed Espino Apache MADlib On Mon, Aug 28, 2023 at 1:31 AM Orhan Kislal <kislal.or...@gmail.com> wrote: > Hello, Apache MADlib user community, > > This is the call for vote for Apache MADlib 2.1.0 Release (RC1). > > Due to the disruptive nature of providing support for Python 3, > upgrading from MADlib 1.X to MADlib 2.X is not supported. > > Highlights of this release are: > > Bug fixes: > - Build: Fix PG 15 support > - Assoc_rules: Fix SERIAL cache issue > - DL: Remove SERIAL from load_keras_model > - Build: Add ubuntu flag for PyXB installation > - Build: Add the actual path of $libdir to dynamic_library_path > > For additional information and release notes, please see: > https://cwiki.apache.org/confluence/display/MADLIB/MADlib+2.1.0 > > Apache MADlib 2.1.0 RC1 documentation can be found here: > http://madlib.apache.org/docs/rc/index.html > > Here are the release artifact details: > > Source release tag to be voted on: rc/2.1.0-rc1, located here: > https://github.com/apache/madlib/tree/rc/2.1.0-rc1 > > Source release tarball: > Package: > > https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC1/apache-madlib-2.1.0-src.tar.gz > PGP Signature: > > https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC1/apache-madlib-2.1.0-src.tar.gz.asc > SHA512 > <https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC1/apache-madlib-2.1.0-src.tar.gz.ascSHA512> > Hash: > > https://dist.apache.org/repos/dist/dev/madlib/2.1.0.RC1/apache-madlib-2.1.0-src.tar.gz.sha512 > > The PGP KEYS file used to validate the signature of the release > artifact is available here: > https://dist.apache.org/repos/dist/dev/madlib/KEYS > > The vote will close on Saturday, August 13st, 2023 @ 9:00 AM UTC. A minimum > of 3 binding +1 votes and more binding +1 than binding -1 are required > to pass. > > To help in tallying the vote, PMC members please be sure to indicate > "(binding)" with your vote. > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Regards, > Orhan Kislal > Apache MADlib >