0

Does anyone know where I should get that file?

Has anyone gotten pyoidc installed and working?

dl__
  • 4,500
  • 5
  • 28
  • 34

1 Answers1

2

You need to install the header files for libffi

What OS are you using?

Redhat and the like:

yum install libffi-devel

or apt based systems:

apt-get install libffi-dev

On OSX you might try this thread