Python 3.8.12 | packaged by conda-forge | (default, Oct 12 2021, 21:50:56)
[Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from scooby import Report
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/bane/Software/personal/scooby/scooby/__init__.py", line 18, in <module>
from scooby.report import Report, get_version
File "/Users/bane/Software/personal/scooby/scooby/report.py", line 16, in <module>
import psutil
ModuleNotFoundError: No module named 'psutil'
>>>
After install
psutil
, here is my Report: