From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C3C013B29E for ; Thu, 5 Sep 2019 16:22:44 -0400 (EDT) Received: from mail-ed1-f70.google.com (mail-ed1-f70.google.com [209.85.208.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CFD76369DA for ; Thu, 5 Sep 2019 20:22:43 +0000 (UTC) Received: by mail-ed1-f70.google.com with SMTP id v17so2233651edy.2 for ; Thu, 05 Sep 2019 13:22:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=BuXqhQPvOfsIIqEGHW3w6a98yPiO8jokr/pbvuYtPPY=; b=RnhwpczPF1tqDnayLuq7yRCXOumra4IM0/Mu5izZB9yg3YzaCpCcQR1JAdRd6TxuSf 77CjQXe07GUcn9QVwUjb7nu/7izcyfAWIIMobeOYJnjBNJ+Qw+Vpg04OvlUwdKlvyd4z 5BfYP1hab8l+emm+2L5au4XtCNvxP8/2ybMwt3kscPdr1CpgYpU5xQDEFHYQIVgOCN3e se9P3Z+rvXTJaEh8Mz04WQrjZpTgjbmKeHwf28sL69b/KrD0oW5VQ8fgEv574RWsEBpc HjHWAtHwc2KCOo8XSDYIba1jRc/g5DIw07+Sqh6EAIDCD7RI/bb8Yo5JZQSS5p3en0Co jxPw== X-Gm-Message-State: APjAAAVYgUzgmm1ST55upBNZxoiZD7pTSuOD9UkaQu/BvczP2H12One9 9n0SDADpTx/YHhQTRbN5YYC6PDtgn8nw0ZDJqPQSQ/Sz7fFjeRoW9sZNyCPdtXeHL9gXvey9KMj qDOd5S3k+xYVCe/BXROjRxOFlFZpFa9GPqsg= X-Received: by 2002:a05:6402:17ba:: with SMTP id j26mr5888758edy.272.1567714962355; Thu, 05 Sep 2019 13:22:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqx7qxuXMeYzZvIsNM1eylz2fviMCG7hUUCi0nrApR0T7SzlkzT7D3I6wRypcldI3toC+Yx+Rg== X-Received: by 2002:a05:6402:17ba:: with SMTP id j26mr5888739edy.272.1567714962168; Thu, 05 Sep 2019 13:22:42 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk (borgediget.toke.dk. [85.204.121.218]) by smtp.gmail.com with ESMTPSA id i24sm548673eds.27.2019.09.05.13.22.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Sep 2019 13:22:41 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id DA018180610; Thu, 5 Sep 2019 22:22:40 +0200 (CEST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Valent Turkovic Cc: make-wifi-fast@lists.bufferbloat.net In-Reply-To: References: <87k1an2hgq.fsf@toke.dk> X-Clacks-Overhead: GNU Terry Pratchett Date: Thu, 05 Sep 2019 22:22:40 +0200 Message-ID: <87lfv21oj3.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Thu, 05 Sep 2019 20:22:44 -0000 Valent Turkovic writes: > On Thu, Sep 5, 2019 at 11:57 AM Toke H=C3=B8iland-J=C3=B8rgensen > wrote: > >> Valent Turkovic writes: >> >> > Strange, flent is not seeing matplotlib, any ideas? >> >> Could you try running Flent with `-v --debug-error`, please? My guess >> 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