Open
Description
I’m new to python when i try to import mlxtend module it shows module not found error but I have imported it via
pip install mlxtend
And also
python -m pip install mlxtend
When i run these commands on the terminal it returns the requirement already satisfied. Can you provide me any way to overcome the problem