When testing on my Ubunut 22.04 x86_64 box, *python setup.py install*Failed because with the following error:
Running gssapi-1.8.1/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-_gn5728s/gssapi-1.8.1/egg-dist-tmp-o0wbunu_ > Traceback (most recent call last): > File > "/home/stoty/.virtualenvs/phoenixdb121/lib/python3.10/site-packages/setuptools/sandbox.py", > line 156, in save_modules > yield saved > File > "/home/stoty/.virtualenvs/phoenixdb121/lib/python3.10/site-packages/setuptools/sandbox.py", > line 198, in setup_context > yield > File > "/home/stoty/.virtualenvs/phoenixdb121/lib/python3.10/site-packages/setuptools/sandbox.py", > line 259, in run_setup > _execfile(setup_script, ns) > File > "/home/stoty/.virtualenvs/phoenixdb121/lib/python3.10/site-packages/setuptools/sandbox.py", > line 46, in _execfile > exec(code, globals, locals) > File "/tmp/easy_install-_gn5728s/gssapi-1.8.1/setup.py", line 18, in > <module> > # > ModuleNotFoundError: No module named 'Cython' After installing with *pip install cython * The install ran successfully. Now I believe that the transitive Cython dependency should be handled by the GSSAPI install process. It is possible that that problem may be fixed simply by making updates to our install process. We should also check if installing from PyPI has the same problem. If the problem only happens during local build, then documenting the Cython requirement should be sufficient for now. If installing from PyPI also fails without cython, then we need to properly fix this before release. Istvan On Tue, Oct 4, 2022 at 6:37 PM Richárd Antal <[email protected]> wrote: > Hello Everyone, > > This is a call for a vote on phoenixdb 1.2.1 RC0. > > PhoenixDB is native Python driver for accessing Phoenix via Phoenix Query > Server. > > This version contains the following improvements compared to the previous > 1.2.0 release > > - Defined authentication mechanism for SPNEGO explicitly (PHOENIX-6781) > - Fixed failing docker build because of missing files (PHOENIX-6801) > - Fixed make_rc.sh script on mac (PHOENIX-6803) > - Fixed flaky tests > > The source release consists of the contents of the python-phoenixdb > directory of the phoenix-queryserver repository. > > The source tarball, including signatures, digests, etc can be found at: > > > https://dist.apache.org/repos/dist/dev/phoenix/python-phoenixdb-1.2.1.rc0/src/ > > Artifacts are signed with my "CODE SIGNING KEY": > 7813862A85AFBBB4FE71CC95E7B87AA3FFA8EDAD > > KEYS file available here: > https://dist.apache.org/repos/dist/dev/phoenix/KEYS > > > The hash and tag to be voted upon: > > > https://github.com/apache/phoenix-queryserver/tree/bcad14bdfe4b3db5f123c201ef5f01d0f5bda9c0 > > > https://github.com/apache/phoenix-queryserver/tree/python-phoenixdb-1.2.1.rc0 > > The vote will be open for at least 72 hours. Please vote: > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Thanks, > Richard > -- *István Tóth* | Sr. Staff Software Engineer *Email*: [email protected] cloudera.com <https://www.cloudera.com> [image: Cloudera] <https://www.cloudera.com/> [image: Cloudera on Twitter] <https://twitter.com/cloudera> [image: Cloudera on Facebook] <https://www.facebook.com/cloudera> [image: Cloudera on LinkedIn] <https://www.linkedin.com/company/cloudera> ------------------------------ ------------------------------
