Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'line_profiler'
Appears in UI above call to the function to profile.

But, if I pip install line_profiler in the virtual environment I have set for the plugin, I no longer get this error.
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'line_profiler'
Appears in UI above call to the function to profile.

But, if I pip install line_profiler in the virtual environment I have set for the plugin, I no longer get this error.