+1

Built from sources and run examples according to the documentation notes.

On Tue, 14 Sept 2021 at 12:59, Ivan Daschinsky <ivanda...@apache.org> wrote:
>
> Pavel, sometimes it is impossible to use gmail service directly from you
> laptop.
>
> вт, 14 сент. 2021 г. в 12:40, Pavel Tupitsyn <ptupit...@apache.org>:
>
> > > +1
> > > Отправлено с iPhone
> >
> > Nikolay, did you test pyignite from your iPhone? Does it work? :)
> >
> > On Tue, Sep 14, 2021 at 12:22 PM Николай Ижиков <nizhi...@apache.org>
> > wrote:
> >
> > > +1
> > >
> > > Отправлено с iPhone
> > >
> > > > 14 сент. 2021 г., в 11:39, Pavel Tupitsyn <ptupit...@apache.org>
> > > написал(а):
> > > >
> > > > +1
> > > >
> > > > Checked on Ubuntu 20.04, ran a few examples.
> > > >
> > > >> On Tue, Sep 14, 2021 at 11:12 AM Ivan Daschinsky <ivanda...@gmail.com
> > >
> > > >> wrote:
> > > >>
> > > >> +1 from me
> > > >> Checked on windows 10 x86_64 (visual studio 2017) and ubuntu 20.04
> > > x86_64
> > > >> and on pythons 3.6, 3.7, 3.8, 3.9 (both win and linux):
> > > >> 1. Installing from source -- passe
> > > >> 2. Building wheels from source -- passed
> > > >> 3. Installing wheels -- passed
> > > >>
> > > >> Checked on each steps C module and examples. -- passed
> > > >>
> > > >> Checked hashsums and gpg signatures -- passed
> > > >>
> > > >> пт, 10 сент. 2021 г. в 19:08, Ivan Daschinsky <ivanda...@apache.org>:
> > > >>
> > > >>> Dear Igniters!
> > > >>>
> > > >>> Release candidate binaries for subj are uploaded and ready for vote
> > > >>> You can find them here:
> > > >>> https://dist.apache.org/repos/dist/dev/ignite/pyignite/0.5.2-rc0
> > > >>>
> > > >>> If you follow the link above, you will find source packages (*.tar.gz
> > > and
> > > >>> *.zip)
> > > >>> and binary packages (wheels) for windows (amd64) and linux (x86_64)
> > > >>> for pythons 36, 37, 38, 39. Also, there are sha512 and gpg
> > signatures.
> > > >>> Code signing keys can be found here --
> > > >>> https://downloads.apache.org/ignite/KEYS
> > > >>> Here you can find instructions how to verify packages
> > > >>> https://www.apache.org/info/verification.html
> > > >>>
> > > >>> You can install binary package for specific version of python using
> > pip
> > > >>> For example do this on linux for python 3.8
> > > >>>>> pip install pyignite-0.5.2-cp38-cp38-manylinux1_x86_64.whl
> > > >>>
> > > >>> You can build and install package from source using this command:
> > > >>>>> pip install pyignite-0.5.2.tar.gz
> > > >>> You can build wheel on your platform using this command:
> > > >>>>> pip wheel --no-deps pyignite-0.5.2.tar.gz
> > > >>>
> > > >>> For building C module, you should have python headers and C compiler
> > > >>> installed.
> > > >>> (i.e. for ubuntu sudo apt install build-essential python3-dev)
> > > >>> In Mac OS X xcode-tools and python from homebrew are the best option.
> > > >>>
> > > >>> In order to check whether C module works, use following:
> > > >>>>> from pyignite import _cutils
> > > >>>>> print(_cutils.hashcode('test'))
> > > >>>>> 3556498
> > > >>>
> > > >>> You can find documentation here:
> > > >>>
> > > >>
> > >
> > https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.5.2.rc0/
> > > >>>
> > > >>> You can find examples here (to check them, you should start ignite
> > > >>> locally):
> > > >>>
> > > >>>
> > > >>
> > >
> > https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.5.2.rc0/examples.html
> > > >>> Also, examples can be found in source archive in examples subfolder.
> > > >>> docker-compose.yml is supplied in order to start ignite quickly. (Use
> > > >>> `docker-compose up -d` to start 3 nodes cluster and `docker-compose
> > > >>> down` to shut down it)
> > > >>>
> > > >>> Release notes:
> > > >>>
> > > >>>
> > > >>
> > >
> > https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=blob;f=RELEASE_NOTES.txt;h=a67624a9c141ad5457cdda1a50bd57af5ac62615;hb=1222f29abca4c44a8a2f23e413eafb6acd332e76
> > > >>>
> > > >>> Git release tag was created:
> > > >>>
> > > >>>
> > > >>
> > >
> > https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=refs/tags/0.5.2.rc0
> > > >>>
> > > >>> The vote is formal, see voting guidelines
> > > >>> https://www.apache.org/foundation/voting.html
> > > >>>
> > > >>> +1 - to accept pyignite-0.5.2-rc0
> > > >>> 0 - don't care either way
> > > >>> -1 - DO NOT accept pyignite-0.5.2-rc0
> > > >>>
> > > >>> The vote finishes at 09/15/2021 15:00 UTC
> > > >>>
> > > >>
> > > >>
> > > >> --
> > > >> Sincerely yours, Ivan Daschinskiy
> > > >>
> > >
> >

Reply via email to