I downloaded plotnine using pip, and though the installation seemed successful, I still get a No module named 'plotnine' error while running my pythons script.
I have tried uninstalling SciPy, then reinstalling plotnine
My import statement looks like this
import plotnine as p9