Exercise 50: 'No module named utils' error

Hi, While running the app.py file in this exercise, I keep encountering the error above in the terminal. I have tried to reinstall lpthw.web. Checked the directory contents recursively, and yet the error appears. I also have a conda distribution installed. Could that have an effect on this?

It looks like you didn’t activate your virtualenv. Did you do a virtualenv?

1 Like

That was actually the issue. I managed to fix it. Thanks for the insight :slight_smile: