Open JoshuaAppleby opened 2 years ago
Error shows when running python setup.py develop when installing ATIP on Python 3.8 within a dev-c7 container.
python setup.py develop
Fixed by running yum install libffi-devel.
yum install libffi-devel
Thanks @JoshuaAppleby.
TODO: add this into the Dockerfile.
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
.