conspeech icon indicating copy to clipboard operation
conspeech copied to clipboard

futil not found in scipy v 0.17

Open qwrrty opened this issue 10 years ago • 1 comments

After installing scipy, scikit-learn and nltk, python demo.py turns up this:

(py)pierce-osx:conspeech pierce$ python demo.py
Traceback (most recent call last):
  File "demo.py", line 1, in <module>
    import con_util
  File "/Users/pierce/conspeech/con_util.py", line 6, in <module>
    from scipy.stats import futil
ImportError: cannot import name futil

I am not very familiar with scipy, but from browsing the source on github, it looks as if scipy.stats.futil was dropped between scipy 0.16 and 0.17.

qwrrty avatar Jan 28 '16 17:01 qwrrty

Same here ... I used pip2 install scipy==0.16.0

tintamarre avatar Jan 31 '16 07:01 tintamarre