Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-06-01 Thread Arun Sukumaran Latha
Thanks David, I could install tensorflow successfully with your help. Regards, Arun SL ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-06-01 Thread Arun Sukumaran Latha
Thanks a Ton David, With these I could get Tensorflow working :) Regards, Arun SL ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-27 Thread David Abdurachmanov
On Fri, May 22, 2020 at 8:53 PM David Abdurachmanov wrote: > > On Fri, May 22, 2020 at 5:57 PM Arun Sukumaran Latha > wrote: > > > > Thanks David for looking into the same. > > > > One more package I would need help build in fedora riscv for ultimately > > getting tensorflow compiled. > > > >

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-22 Thread David Abdurachmanov
On Fri, May 22, 2020 at 5:57 PM Arun Sukumaran Latha wrote: > > Thanks David for looking into the same. > > One more package I would need help build in fedora riscv for ultimately > getting tensorflow compiled. > > The other dependency is: > h5py<2.11.0,>=2.10.0 > > I did try getting the latest

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-22 Thread Arun Sukumaran Latha
Thanks David for looking into the same. One more package I would need help build in fedora riscv for ultimately getting tensorflow compiled. The other dependency is: h5py<2.11.0,>=2.10.0 I did try getting the latest one available at http://fedora.riscv.rocks/koji/buildinfo?buildID=149390, but

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-18 Thread David Abdurachmanov
On Mon, May 18, 2020 at 7:45 PM Arun Sukumaran Latha wrote: > > Yes please, do let me know if we can build thos one. > I will let you know. I found some dependencies misaligned due to some packages failing to build or failing to pass tests. I am slowly rebuilding/checking those, but that will

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-18 Thread Arun Sukumaran Latha
Yes please, do let me know if we can build thos one. Regards, Arun SL On Sun, May 17, 2020, 17:25 David Abdurachmanov < david.abdurachma...@gmail.com> wrote: > On Sun, May 17, 2020 at 1:52 PM Arun Sukumaran Latha > wrote: > > > > Thanks David, > > > > That helped a lot. > > > > But

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-17 Thread David Abdurachmanov
On Sun, May 17, 2020 at 1:52 PM Arun Sukumaran Latha wrote: > > Thanks David, > > That helped a lot. > > But unfortunately, we have ran into the next issue ie. wrt grpcio. > > [riscv@fedora-riscv tensorflow_pkg]$ sudo dnf install python3-grpcio > Last metadata expiration check: 0:17:52 ago on

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-17 Thread Arun Sukumaran Latha
Thanks David, That helped a lot. But unfortunately, we have ran into the next issue ie. wrt grpcio. [riscv@fedora-riscv tensorflow_pkg]$ sudo dnf install python3-grpcio Last metadata expiration check: 0:17:52 ago on Sun 17 May 2020 06:20:36 AM EDT. Error: Problem: conflicting requests -

Re: looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-17 Thread David Abdurachmanov
On Sat, May 16, 2020 at 8:26 PM Arun Sukumaran Latha wrote: > > Hello All, > > I was working on getting tensorflow compiled within the RISCV Fedora > environment. > I am using the latest release 32 build. > Currently I am unable to install the dependent library, scipy due to the same > not

looking for scipy on python 3.8 (RISCV Fedora Release 32)

2020-05-16 Thread Arun Sukumaran Latha
Hello All, I was working on getting tensorflow compiled within the *RISCV *Fedora environment. I am using the latest release 32 build. Currently I am unable to install the dependent library, scipy due to the same not being available for python 3.8.1 which is currently installed.