When I try to run a python script in the terminal, this error appears when trying to import matplotlib.
File "main.py", line 14, in <module>
import matplotlib.pyplot as plt
ImportError: /lib64/libstdc++.so.6: version CXXABI_1.3.9 not found.
I am using Anaconda for python and I have the 7.6 scientific linux distribution.