Pip ffi.h Gcc Error
pip is a tool used to install Python modules from a central python repository. While using pip command there may be some error like ffi.h gcc .This error will look like below. #include <ffi.h> ^ compilation terminated. error: command ‘gcc’ failed with exit status 1 Install libffi-dev This problem is related to the libffi libraries. … Read more