Python Forum
How to resolve scipy differences?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to resolve scipy differences?
#1
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
Reply


Messages In This Thread
How to resolve scipy differences? - by Oliver - Oct-01-2019, 12:54 PM
RE: How to resolve scipy differences? - by buran - Oct-01-2019, 01:05 PM
RE: How to resolve scipy differences? - by Oliver - Oct-08-2019, 08:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pandas and Date: problem with operator.How to resolve frame 6 4,270 May-13-2019, 05:50 PM
Last Post: frame

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020