When I run import fastparquet
I got error
Python 3.7.4 (default, Aug 13 2019, 20:35:49)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import fastparquet
double free or corruption (top)
I didn't got this error yesterday. I tried to pip uninstall and install fastparquet again doesn't solve the problem.
The only clue I can think of is that I was trying to upgrade my glibc to version2.28 on ubuntu 18.04 today. But I failed with several methods. And now I still got glibc 2.27 on my ubuntu.
If double free or corruption
is related to glibc, how could I fix it?