Error:
10:25:36 INFO: Taurus CLI Tool v1.11.1
10:25:36 INFO: Starting with configs: ['bzt.yml']
10:25:36 INFO: Configuring...
10:25:36 INFO: Artifacts dir: /home/bcarson/2018-05-16_10-25-36.592209
10:25:36 INFO: Preparing...
10:25:38 WARNING: Thread group detection: plugin for ConcurrentThreadGroup not found, regular ThreadGroup will be used
10:25:45 ERROR: AttributeError: 'module' object has no attribute 'XMLPullParser'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/bzt/cli.py", line 249, in perform
self.engine.prepare()
File "/usr/lib/python2.7/site-packages/bzt/engine.py", line 168, in prepare
self.__prepare_provisioning()
File "/usr/lib/python2.7/site-packages/bzt/engine.py", line 514, in __prepare_provisioning
self.provisioning.prepare()
File "/usr/lib/python2.7/site-packages/bzt/modules/provisioning.py", line 72, in prepare
executor.prepare()
File "/usr/lib/python2.7/site-packages/bzt/modules/jmeter.py", line 314, in prepare
self.reader = JTLReader(self.kpi_jtl, self.log, self.log_jtl)
File "/usr/lib/python2.7/site-packages/bzt/modules/jmeter.py", line 940, in __init__
self.errors_reader = JTLErrorsReader(errors_filename, parent_logger)
File "/usr/lib/python2.7/site-packages/bzt/modules/jmeter.py", line 1286, in __init__
self.parser = etree.XMLPullParser(events=('end',))
AttributeError: 'module' object has no attribute 'XMLPullParser'--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taurus+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/be8306e1-5777-4212-97f3-16ae749cb0ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
The only idea i have right now is that somehow Python has multiple versions of lxml installed and for some reason uses the old one.
Can you create a clean virtualenv and attempt to install Taurus with all its dependencies into it?
- `[sudo] pip install virtualenv`To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/cb508b43-3ccb-473a-8070-7ae798c64ed2%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/aa1b1aed-9f05-48be-8b1e-19f0ad45686b%40googlegroups.com.