Hi Guys,
I am trying to import the pymc3 module in my python code, but it is showing me the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-200e74b8195d> in <module>
----> 1 import pymc3
ModuleNotFoundError: No module named 'pymc3'
How can I solve this error?