Lesson 6: rossmann_data_clean, cannot import isoweek on Azure

Hi everyone,
I am running the course notebooks on Azure.
When trying to run rossman_data_clean, I get the error message “ModuleNotFoundError: No module named ‘isoweek’” , even though I do the pip install before.
When just running python in the terminal, it finds isoweek, just the notebook does not.
Has anybody else run into this problem?

Thank you!

Regards,
Michael

I was facing the same issue. I changed pip install isoweek (which was originally present in the fastai notebook) to pip3 install --user isoweek and it worked for me.