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.
Hi I was trying to setup CBT on a fresh system and encountered the following problem
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.