apt install libffi-dev
No. Its not because of that. This time installed libffi-dev @Hax4us
Bro please see your error message Python.h file not found and your previous errors was ffi.h not found and solved by __libffi-dev__ and now install python header files and you can get header files of any package (if exist) by installing its dev package so do apt install python-dev and it is possible that next time you will get error of any other header file so just install its __dev__ package and problem will be solved .
Just search this repo for the file https://github.com/termux/termux-packages/search?q=crypt.h and install its package, in this case libcrypt
Yes. I installed libcrypt-dev . Now fixed. BTW, cloud you please refer this issue
https://github.com/Neo-Oli/termux-ubuntu/issues/60
Thank-you !
Most helpful comment
Bro please see your error message
Python.h file not foundand your previous errors wasffi.h not foundand solved by __libffi-dev__ and now install python header files and you can get header files of any package (if exist) by installing itsdevpackage so doapt install python-devand it is possible that next time you will get error of any other header file so just install its __dev__ package and problem will be solved .