Hi Guys,
I am trying to import apyori module. But it is showing the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-5-346717fc90f7> in <module>
----> 1 from apyori import apriori
ModuleNotFoundError: No module named 'apyori'
How can I solve this error?