In line 80 you have `install_requires.append('append')` it should be 'pandas' The consequence is that when you try to install the package using pip you cannot understand why it cannot be installed.