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.