I think you either need to manually activate the py3_knime environment first to make sure you’re installing into the correct enviroment (activate py3_knime
), or use conda install with the -n option to manually select the enviroment (conda install -n py3_knime -c conda-forge statsmodels
).
My best guess is that you’re installing statsmodels into your default environment, whatever that happens to be.