No module named 'precise'

When i run collect.py no module error i am getting. how can i solve this and i am trying to run tensorflow 2.4.1 is that issue related to Tf?

(base) (.venv) ashit@laptop:~/My computer/Projects/Secret Sauce/mycroft-precise$ python precise/scripts/collect.py
Traceback (most recent call last):
File “precise/scripts/collect.py”, line 37, in
from precise.scripts.base_script import BaseScript
ModuleNotFoundError: No module named ‘precise’

1 Like