Result: error when running script:
Executing the Python script failed: Traceback (most recent call last):
File “”, line 5, in
ModuleNotFoundError: No module named ‘statsmodels’
Can someone point out the simple error I am making?
Maybe you take a closer look. The screenshot from the environment propagation does look very different from the list above.
You should also check which conda version has been configured under the conda setting in the preferences. Is it possible you have two python versions installed? Maybe check that.
This was very helpful! For my immediate needs, I switched to the Bundled option, which has all that I need for this project, and which works flawlessly. I will make a point of adjusting the Conda environments per your suggested links.