cbt icon indicating copy to clipboard operation
cbt copied to clipboard

ImportError: No module named lxml.etree

Open ksingh7 opened this issue 9 years ago • 1 comments

Hi I was trying to setup CBT on a fresh system and encountered the following problem

[root@ceph-node1 cbt]# python cbt.py
Traceback (most recent call last):
  File "cbt.py", line 9, in <module>
    import benchmarkfactory
  File "/root/cbt/benchmarkfactory.py", line 10, in <module>
    from benchmark.cosbench import Cosbench
  File "/root/cbt/benchmark/cosbench.py", line 8, in <module>
    import lxml.etree as ET
ImportError: No module named lxml.etree
[root@ceph-node1 cbt]#

The fix was simple yum -y install python-lxml, just for documentation purpose i am creating this issue. I will submit a PR for updating documentation.

ksingh7 avatar Mar 26 '16 18:03 ksingh7

Looks like this issue can be closed.

ASBishop avatar Nov 11 '16 13:11 ASBishop