Hi Guys,
I am trying to import pytest module in my system. But it is showing me the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-2d357f508617> in <module>
----> 1 import pytest
ModuleNotFoundError: No module named 'pytest'
How can I solve this error?