From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa33.google.com (mail-vk1-xa33.google.com [IPv6:2607:f8b0:4864:20::a33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 737A73CB37 for ; Fri, 6 Sep 2019 06:52:41 -0400 (EDT) Received: by mail-vk1-xa33.google.com with SMTP id q186so1184960vkb.0 for ; Fri, 06 Sep 2019 03:52:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=otvorenamreza-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=i6HrkxLc1HcVlD3dGQrR6GBvk57o5M4Wrjap8KUMNVE=; b=nixYcDBfZ9iz538vu9zYF6ek8pcfUkZpnXCqBwz073nQT1rR6kamkiYaye9R0Y79Ge SymO3e2RlA85W0ZH48cTLcCOiBCiZjkS0zqK3lDlG1BuHnEj0D93CKLV1qajcYhQj7dU 1/2tEe6FuJHq/BpMu/O3rKxgv8A6gZzsMkf5Umv+8Gq2htdgRPnietFe1XV9OyQ1uIMi /aAqH0ssKLltmFEteld63gh39qMuhg38OSIHQeROdw6FJsosdgxzQP/bGfwPjYHt8wjC eC8SN4nwWGXrIzfRwgtL65cJ/F273bMg1Qa+ZtSX+GPMwzAoWL+kab7YlI0n+/V1uWKh xXaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i6HrkxLc1HcVlD3dGQrR6GBvk57o5M4Wrjap8KUMNVE=; b=rac8Jp75p/EzKrdtOvEh+DqNugZIystJ6wyCq3ju4bo3Zr45oRlu/gc6y6qVXRDaZz odJW79KY5U+HQTBqVQOBxuv0M1Mt/AxVPDsuk6+8orLg88zktp2SHN1pBCcfaNP89LNe 4tKnc4KwF+0+EIeSWPIOl5RpnbRZBTZnErfifsCGPzXCOXk+4/1U7s5qPNTp/Uxq9U/X UQ5rb73VAaQmLc3UPZqY0Sbh/ufnqNJvcfNaRsXd9IYSZC147xfP9wsp9ZHUS2V8W4U4 sWwnRhx5p+AaR0EyhGKd4r5arJEDs7KVJWqw1QMZIIUE56cqI5PiqtDK6IBfMJaoUV3r hgSw== X-Gm-Message-State: APjAAAXcd5smqhHbYi3t572XlvKtAzMxiv8g+aDME6KCSdx2ffMJ0Asw FFpOo9GB71DQFKKcb6XRaZrEtTz1tx3hPgRFOJE8sQ== X-Google-Smtp-Source: APXvYqxKLe1RHik2it898HfPgfH9JzDKw5Lx39hXA0zIScFGEIU+DtZWu3byEr2M8sRNNCtUYk+y9POfoRpm5g6Sh1I= X-Received: by 2002:a1f:ec5:: with SMTP id 188mr4049957vko.90.1567767160374; Fri, 06 Sep 2019 03:52:40 -0700 (PDT) MIME-Version: 1.0 References: <87k1an2hgq.fsf@toke.dk> <87lfv21oj3.fsf@toke.dk> In-Reply-To: From: Valent Turkovic Date: Fri, 6 Sep 2019 12:52:03 +0200 Message-ID: To: Dave Taht Cc: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= , Make-Wifi-fast Content-Type: multipart/alternative; boundary="000000000000b091550591e03cf8" Subject: Re: [Make-wifi-fast] Fastest way to setup netperf and flent? X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2019 10:52:41 -0000 --000000000000b091550591e03cf8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks Dave, I can confirm that using python3 works, flent now draws lots with matplotlib and shows no errors. On Fri, Sep 6, 2019 at 12:36 AM Dave Taht wrote: > Um, I'd switch to python3 entirely > > pip3 install bla > > > On Thu, Sep 5, 2019 at 1:59 PM Valent Turkovic > wrote: > > > > On Thu, Sep 5, 2019 at 10:22 PM Toke H=C3=B8iland-J=C3=B8rgensen > wrote: > >> > >> Valent Turkovic writes: > >> > >> > On Thu, Sep 5, 2019 at 11:57 AM Toke H=C3=B8iland-J=C3=B8rgensen < > toke@redhat.com> > >> > wrote: > >> > > >> >> Valent Turkovic writes: > >> >> > >> >> > Strange, flent is not seeing matplotlib, any ideas? > >> >> > >> >> Could you try running Flent with `-v --debug-error`, please? My gue= ss > >> >> would be a missing backend or something like that... > >> >> > >> >> -Toke > >> >> > >> > > >> > Sure, here it is - https://pastebin.com/raw/MWnbKrXn > >> > >> Hmm. It seems that matplotlib is not pulling in numpy as a dependency; > >> try 'pip install numpy'? > >> > >> -Toke > > > > > > Seams like numpy is already installed: > > > > pi@raspberrypi:~ $ sudo pip install numpy > > Looking in indexes: https://pypi.org/simple, > https://www.piwheels.org/simple > > Requirement already satisfied: numpy in /usr/lib/python2.7/dist-package= s > (1.16.2) > > > > Valent > > > > _______________________________________________ > > Make-wifi-fast mailing list > > Make-wifi-fast@lists.bufferbloat.net > > https://lists.bufferbloat.net/listinfo/make-wifi-fast > > > > -- > > Dave T=C3=A4ht > CTO, TekLibre, LLC > http://www.teklibre.com > Tel: 1-831-205-9740 > --000000000000b091550591e03cf8 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks Dave,
I can confirm that using pytho= n3 works, flent now draws lots with matplotlib and shows no errors.

On Fri, Sep 6, 2019 at 12:36 AM Dave Taht <dave.taht@gmail.com> wrote:
Um, I'd switch to python3 entirely

pip3 install bla


On Thu, Sep 5, 2019 at 1:59 PM Valent Turkovic <valent@otvorenamreza.org> wrot= e:
>
> On Thu, Sep 5, 2019 at 10:22 PM Toke H=C3=B8iland-J=C3=B8rgensen <<= a href=3D"mailto:toke@redhat.com" target=3D"_blank">toke@redhat.com>= wrote:
>>
>> Valent Turkovic <valent@otvorenamreza.org> writes:
>>
>> > On Thu, Sep 5, 2019 at 11:57 AM Toke H=C3=B8iland-J=C3=B8rgen= sen <toke@redhat.co= m>
>> > wrote:
>> >
>> >> Valent Turkovic <valent@otvorenamreza.org> writes:
>> >>
>> >> > Strange, flent is not seeing matplotlib, any ideas?<= br> >> >>
>> >> Could you try running Flent with `-v --debug-error`, plea= se? My guess
>> >> would be a missing backend or something like that...
>> >>
>> >> -Toke
>> >>
>> >
>> > Sure, here it is - https://pastebin.com/raw/MWnbKrXn<= /a>
>>
>> Hmm. It seems that matplotlib is not pulling in numpy as a depende= ncy;
>> try 'pip install numpy'?
>>
>> -Toke
>
>
> Seams like numpy is already installed:
>
> pi@raspberrypi:~ $ sudo pip install numpy
> Looking in indexes:
https://pypi.org/simple, https://www.piwhe= els.org/simple
> Requirement already satisfied: numpy in /usr/lib/python2.7/dist-packag= es (1.16.2)
>
> Valent
>
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/ma= ke-wifi-fast



--

Dave T=C3=A4ht
CTO, TekLibre, LLC
ht= tp://www.teklibre.com
Tel: 1-831-205-9740
--000000000000b091550591e03cf8--