criteo / hwbench

hwbench is a benchmark orchestration tool to automate the low-level testing of servers.
Apache License 2.0
19 stars 4 forks source link

missing pycairo or cairocffi #16

Closed ezekriSCW closed 4 months ago

ezekriSCW commented 4 months ago

seems that matplotlib 3.8.4 requires pycairo or cairocffi (which are not present in base.txt) error during hwgraph execution:

File "/root/hwbench/myvenv/lib/python3.9/site-packages/matplotlib/backends/backend_cairo.py", line 24, in <module>
    raise ImportError(
ImportError: cairo backend requires that pycairo>=1.14.0 or cairocffi is installed
ErwanAliasr1 commented 4 months ago

https://github.com/criteo/hwbench/pull/17

anisse commented 4 months ago

Resolved now with dependency file update.