Hi,
I am trying to install mitre. I have made a conda envirnment and installed mitre in it. When I type mitre, I am getting this error. Can you please suggest what to do?I can see that logit_rules.py is present in the same directory as init.py
Thanks!
Hena
mitre:
Traceback (most recent call last):
File "/export/home/hramay/miniconda3/envs/mitre/bin/mitre", line 5, in
from mitre.command_line import run
File "/export/home/hramay/miniconda3/envs/mitre/lib/python3.8/site-packages/mitre/init.py", line 1, in
import logit_rules
ModuleNotFoundError: No module named 'logit_rules'