dls-controls / dev-c7

A container for running the DLS Controls RHEL7 developer environment on a RHEL8 workstation
Apache License 2.0
0 stars 2 forks source link

ImportError: No module named '_ctypes' #63

Open JoshuaAppleby opened 2 years ago

JoshuaAppleby commented 2 years ago

Error shows when running python setup.py develop when installing ATIP on Python 3.8 within a dev-c7 container.

Fixed by running yum install libffi-devel.

gilesknap commented 1 year ago

Thanks @JoshuaAppleby.

TODO: add this into the Dockerfile.