Your installation is fine; it all looks like it's running fine. The errors appear because it's your task to implement the functions so that the tests (who output the errors you're seeing) 'pass'. As we can see in the code, the __ne__ function is simply not implemented yet and a NotImplementedError error is raised. You are meant to remove this line and implement the function's functionality. That's the whole task here.