0

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?

user15964
  • 2,507
  • 2
  • 31
  • 57
  • Maybe it is an error in the module? – JCWasmx86 Oct 15 '20 at 16:35
  • @JCWasmx86 Hi, thank you for comment. That is not gonna be true. I use it everyday, it just broken today – user15964 Oct 15 '20 at 23:19
  • I just solved the problem by upgrading ubuntu from 18.04 to 20.04 – user15964 Oct 16 '20 at 00:36
  • "And now I still got glibc 2.27 on my ubuntu." -- it is very likely that you screwed up your system and left it partially updated. Glad complete upgrade fixed it for you. For future: upgrading GLIBC from one that was included in the distribution is a very fast way to render the system unbootable. – Employed Russian Oct 16 '20 at 02:22

0 Answers0