Newbie Anaconda Python question. I installed python-pptx
from conda, followed the pptx documentation. I install it to my env which has the dependencies pptx wants i.e
Python 2.6, 2.7, 3.3, 3.4, or 3.6
lxml
Pillow
XlsxWriter (to use charting features)
Then I change my kernel in Jupyter to 'my_env_name', I get this error in my env:
ModuleNotFoundError: No module named 'pptx'
But when I run it in my (base) through Anaconda Navigator (i.e. change my kernel to 'Python3' everything works fine.
Why is this?