ceph / cbt

The Ceph Benchmarking Tool
Other
268 stars 142 forks source link

ImportError: No module named lxml.etree #96

Open ksingh7 opened 8 years ago

ksingh7 commented 8 years ago

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.

ASBishop commented 7 years ago

Looks like this issue can be closed.