No module wiser.rules
thak123 opened this issue · 3 comments
thak123 commented
from wiser.rules import TaggingRule
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-15-21381514e417> in <module>
----> 1 from wiser.rules import TaggingRule
ModuleNotFoundError: No module named 'wiser.rules'
thak123 commented
My fault... Had installed via direct pip. Installed using pip install .. works fine now.
sumanthd17 commented
I tried with using pip install -r requirements.txt but still I'm having this issue. Can you elaborate on the fix that you used?
Thanks
safranchik commented
Can you please try running pip3 install -r requirements.txt?
I tried with using pip install -r requirements.txt but still I'm having this issue. Can you elaborate on the fix that you used?
Thanks