Arduino due uploading issues

I have already downloaded the library for EasyTransferI2C.h madsci1016

it works in all Arduino besides Arduino due to giving me an error

there is no problem with the port or anything beside EasyTransferI2C.h library

please help

Please post your code.
Please post the complete error message that you get.

Your topic has been moved to a more suitable location on the forum; "uncategorized" doers not mean that we have to categorise it for you. See the sticky topics in Uncategorized - Arduino Forum

Comment out

#include <avr/io.h>

https://github.com/madsci1016/Arduino-EasyTransfer/blob/master/EasyTransferI2C/EasyTransferI2C.h#L44

exactly I already deleted the <avr/io.h> from the previous library and it work