La reubicación R_X86_64_32S contra '_Py_NotImplementedStruct' no se puede usar al hacer un objeto compartido; recompilar con -fPIC

Estoy tratando de instalar eldlib Biblioteca de Python En algunos sistemas (macOS, stock Ubuntu 14.04)pip install dlib funciona bien, pero en Ubuntu 14.x, que es parte de nuestro entorno CircleCI, falla con el siguiente error.

Linking CXX shared library dlib.so
   /usr/bin/ld: /opt/circleci/python/2.7.11/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32S against '_Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC
   error: cmake build failed!

¿Qué podría estar mal?

Respuestas a la pregunta(3)

Su respuesta a la pregunta