Installation Error: Error when running prodigy command Line command

We are getting the below version error when trying to run prodigy for the first time.

ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /local/data/scratch/prodigy-venv/venv/lib/python3.6/site-packages/prodigy/util.cpython-36m-x86_64-linux-gnu.so)

Hi! Which Linux are you using?

The error seems to be pretty common across packages with C extensions and if I read the theads (like this one) correctly, it means that the wheels were built on a machine with GLIBC-2.14 or higher, but your system doesn't have it. This also means that you might run into various other issues with other packages later on. The easiest workaround would be to install GLIBC-2.14 in your environment. Maybe using a conda environment works, too, because it might ship with it – but I'm not sure.