Error: TypeError("__init__() missing 2 required positional arguments: 'op' and 'message'",)

I’m having the same problem and I’ve specified the dataPath in the tfds load.

Everything runs fine in my environment.

Note that there are three places to add the explicit datafile path, the first two loads in cell 3 and the information load in cell 5.

1 Like

I had the same problem. Just find every load function and you shouldn’t have any more problems! Thanks @tech_dog

Hey Mentor
C3_Data-pipelines/W2/assignment/C3_W2_Assignment.ipynb.
my code can pass Coursera- Jupyter , but failed in the submission get the following error. it looks like the two environments are diff. can you help check and adivise?

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