Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Martinx - ジェームズ
Awesome! I've sent an e-mail to Ubuntu Devel and James Page about that... :-) On 17 February 2017 at 16:32, Chuck Short wrote: > Hi > > Uploading a fix now. > > On Fri, Feb 17, 2017 at 3:55 PM, Martinx - ジェームズ < > thiagocmarti...@gmail.com> wrote: > >> Thank you, that's precisely what happened!

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Chuck Short
Hi Uploading a fix now. On Fri, Feb 17, 2017 at 3:55 PM, Martinx - ジェームズ wrote: > Thank you, that's precisely what happened! Filling a bug report ASAP... > > On 17 February 2017 at 13:48, Mehdi Abaakouk wrote: > >> On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: >> >>> "ERROR

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Martinx - ジェームズ
Thank you, that's precisely what happened! Filling a bug report ASAP... On 17 February 2017 at 13:48, Mehdi Abaakouk wrote: > On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: > >> "ERROR gnocchi.storage._carbonara ValueError: buffer source array is >> read-only" >> >> > * Using U

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Mehdi Abaakouk
On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: "ERROR gnocchi.storage._carbonara ValueError: buffer source array is read-only" * Using Ubuntu 16.04 + Ocata Cloud Archive Staging PPA. It seems Ubuntu 16.04 ship pandas 0.17, while Gnocchi required 0.18. You should open a b

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Mehdi Abaakouk
On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: Guys, I'm trying to install and configure Gnocchi but, the following error appear the its Metricd log: https://paste.ubuntu.com/24014963/ "ERROR gnocchi.storage._carbonara ValueError: buffer source array is read-only" Somethin

[Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Martinx - ジェームズ
Guys, I'm trying to install and configure Gnocchi but, the following error appear the its Metricd log: https://paste.ubuntu.com/24014963/ "ERROR gnocchi.storage._carbonara ValueError: buffer source array is read-only" Something related to Python Pandas... What is this about and how to fix