plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
292 stars 40 forks source link

AttributeError: function/symbol 'pango_context_set_round_glyph_positions' not found #381

Open IamJustADude opened 2 years ago

IamJustADude commented 2 years ago

Dear Plotly,

A while ago I was able to create nice graphs, I deleted the Docker image and recreated again with command: docker run -d -p 9091:9091 quay.io/plotly/orca

But now when it tries to generate, the following error occurs: AttributeError: function/symbol 'pango_context_set_round_glyph_positions' not found in library 'libpango-1.0.so.0': /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0: undefined symbol: pango_context_set_round_glyph_positions

Can you help me out with this error.

King regards, IamJustAdude

antoinerg commented 2 years ago

Thanks for the report!

Do you hit the same problem when using image quay.io/plotly/orca:1.3.1?