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
I am receiving the same segmentation fault that is mentioned here in #381 for python3.8 as well for 3.9.
Thread 0x00007f348fa15740 (most recent call first):
File "/usr/local/lib/python3.9/site-packages/matplotlib/font_manager.py", line 997 in json_dump
File "/usr/local/lib/python3.9/site-packages/matplotlib/font_manager.py", line 1425 in _rebuild
File "/usr/local/lib/python3.9/site-packages/matplotlib/font_manager.py", line 1431 in <module>
File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
.
.
.
I am receiving the same segmentation fault that is mentioned here in #381 for python3.8 as well for 3.9.
This is my requirements.txt:
My base image
FROM python:3.9.1-slim
I hope anyone can help.
The text was updated successfully, but these errors were encountered: