Have a problem with submission

I am getting:
Cell #5. Can’t compile the student’s code. Error: TypeError(“init() missing 2 required positional arguments: ‘op’ and ‘message’”,)

However, in Lab it works ok. It looks like the version of library in testing is different:

But, I could not downgrade the library and get:
Cell #1. Can’t compile the student’s code. Error: SyntaxError(‘invalid syntax’, (‘/tmp/student_solution_cells/cell_1.py’, 4, 1, ‘!pip install tensorflow-datasets==2.1.0\n’))

could someone help me please!

the problem has been solved be adding data_dir argument to tfds.load

1 Like

Hi @Mykola_Lavreniuk :wave:

I am glad to hear that you were able to resolve the problem. Thank you for sharing the solution to the problem with everyone :slight_smile: