From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) by mail.toke.dk (Postfix) with ESMTPS id 4C3987B3D39 for ; Tue, 8 Dec 2020 01:00:33 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=nJdjgWEF Received: from github.com (hubbernetes-node-dfbf205.va3-iad.github.net [10.48.112.59]) by smtp.github.com (Postfix) with ESMTPA id F22A3340D6A for ; Mon, 7 Dec 2020 16:00:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1607385632; bh=OvtnBGJ42PwhE4iMR4LCqJYH1fJIAgs1OPNr7bhWBk4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nJdjgWEFNt2KoGEAmkerDTKERgu4O1SP/bFnCbYbfUL4Wfbha4bER5U39rDdMKBfU 7l60SLGDMWfNwynEDt0JIH3FBANQRaDQETG5vD1WJBq/mGsjpPIqsePgpuKB4lmAcf yCIvVcFrmTlYVRIdHdCmQxAGIDeC3zoc3vUmOPJU= Date: Mon, 07 Dec 2020 16:00:31 -0800 From: olg33 To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5fcec21feea87_4219b4719d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: olg33 X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: 5HA6AOO3HFCE4NVUJ6RUN2DOT6K2HZ5I X-Message-ID-Hash: 5HA6AOO3HFCE4NVUJ6RUN2DOT6K2HZ5I X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.2 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Question about custom symbolic diffserv marking names feature (#215) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_5fcec21feea87_4219b4719d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I did clone flent: `git clone https://github.com/tohojo/flent` Then installed it: `sudo python3 setup.py install` It is he following release: `Started Flent 1.9.9-git-0024eb9 using Python 3.6.9.` Hopefully this is the right one. However, when I run flent with any test, I get the following error: File "/usr/local/bin/flent", line 33, in sys.exit(load_entry_point('flent===1.9.9-git-0024eb9', 'console_scripts', 'flent')()) File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/__init__.py", line 59, in run_flent b.run() File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/batch.py", line 617, in run return self.run_test(self.settings, self.settings.DATA_DIR, True) File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/batch.py", line 515, in run_test res = self.agg.postprocess(self.agg.aggregate(res)) File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/aggregators.py", line 235, in aggregate measurements, metadata, raw_values = self.collect() File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/aggregators.py", line 123, in collect t.check() File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/runners.py", line 1193, in check self.command = self.find_binary(host=self.host, **args) File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/runners.py", line 1268, in find_binary 'localhost'] + pingargs) File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/runners.py", line 604, in run_simple proc = subprocess.run(args, capture_output=True, timeout=kill) File "/usr/lib/python3.6/subprocess.py", line 423, in run with Popen(*popenargs, **kwargs) as process: TypeError: __init__() got an unexpected keyword argument 'capture_output' Was a step in the installation missed? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/215#issuecomment-740255456 ----==_mimepart_5fcec21feea87_4219b4719d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I did clone flent:

git clone https://github.com/tohojo/flent

Then installed it:

sudo python3 setup.py install

It is he following release:

Started Flent 1.9.9-git-0024eb9 using Python 3.6.9.

Hopefully this is the right one.

However, when I run flent with any test, I get the following error:

File "/usr/local/bin/flent", line 33, in
sys.exit(load_entry_point('flent===1.9.9-git-0024eb9', 'console_scripts', 'flent')())
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/init.py", line 59, in run_flent
b.run()
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/batch.py", line 617, in run
return self.run_test(self.settings, self.settings.DATA_DIR, True)
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/batch.py", line 515, in run_test
res = self.agg.postprocess(self.agg.aggregate(res))
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/aggregators.py", line 235, in aggregate
measurements, metadata, raw_values = self.collect()
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/aggregators.py", line 123, in collect
t.check()
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/runners.py", line 1193, in check
self.command = self.find_binary(host=self.host, **args)
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/runners.py", line 1268, in find_binary
'localhost'] + pingargs)
File "/usr/local/lib/python3.6/dist-packages/flent-1.9.9_git_0024eb9-py3.6.egg/flent/runners.py", line 604, in run_simple
proc = subprocess.run(args, capture_output=True, timeout=kill)
File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'

Was a step in the installation missed?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_5fcec21feea87_4219b4719d--