You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ksingh7
added a commit
to ksingh7/cbt
that referenced
this issue
Mar 26, 2016
CBT requires python-lxml libraries, so its a good idea to add this in documentation
under prerequisite section.With this commit documentation has been fixed.
Signed-off-by: ksingh7 <[email protected]>
CBT requires python-lxml libraries, so its a good idea to add this in documentation
under prerequisite section.With this commit documentation has been fixed.
Closes#95
Signed-off-by: ksingh7 <[email protected]>
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.The text was updated successfully, but these errors were encountered: