0

When I execute:

import Glibc

as the first line in my notebook running on a fresh Ubuntu 18.04 GCE VM, I get the following error message:

expression failed to parse, unknown error
saeta
  • 639
  • 4
  • 8

1 Answers1

0

Install missing libc dependency:

sudo apt-get install libc6-dev
Alexander
  • 59,041
  • 12
  • 98
  • 151
saeta
  • 639
  • 4
  • 8