In Pycharm, I am importing "import scipy.misc" and the code that calls scipy.misc.comb(...) works fine. The scipy version in Pycharm is 0.19.1.
Now, if I run that same code on the command line with scipy 1.3.1 (current version), I get this error:
AttributeError: module 'scipy.misc' has no attribute 'comb'
I'm confused about how to resolve this error since it works in PyCharm, but not at the command line with what appears to be the latest scipy version.
Thanks in advance,
-O
Now, if I run that same code on the command line with scipy 1.3.1 (current version), I get this error:
AttributeError: module 'scipy.misc' has no attribute 'comb'
I'm confused about how to resolve this error since it works in PyCharm, but not at the command line with what appears to be the latest scipy version.
Thanks in advance,
-O