Skip to main content
iheb
Associate III
October 22, 2024
Question

Matplotlib python module causes openstlinux mickledore to crush

  • October 22, 2024
  • 0 replies
  • 520 views

Dear ST community, 

i don't know if any one encountered this issue before, however when i try to import the matplotlib module on the mickledore version of the openstlinux the system crushes like shown in here 

 

Python 3.11.5 (main, 24 2024, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib.pyplot as plt
Matplotlib is building the font cache; this may take a moment.
Segmentation fault (core dumped)
root@stm32mp157c:~# 
Broadcast message from systemd-journald@stm32mp157c (Sat 2024-10-04 01:56:00 UTC):

systemd[1]: Caught <SEGV> from unknown sender process.


Broadcast message from systemd-journald@stm32mp157c (Sat 2024-10-04 01:56:00 UTC):

systemd[1]: Caught <SEGV>, dumped core as pid 1621.


Broadcast message from systemd-journald@stm32mp157c (Sat 2024-10-04 01:56:00 UTC):

systemd[1]: Freezing execution.

 

 

im including the image to my image config like so 

IMAGE_INSTALL:append = " python3-matplotlib"
 
does any one have any idea how to resolve the issue ?