Re: [scikit-learn] error from import sklearn

2016-07-29 Thread Lifan Xu
Hi, I found the problem was caused by another python source file named "opcode.py". Because python2.7 also has a source file named "opcode.py" If I rename my file to "opcode_extract.py", then problem solved. Thanks. On Fri, Jul 29, 2016 at 10:32 AM, Andreas Mueller wrote: > Hi Lifan. > It loo

Re: [scikit-learn] error from import sklearn

2016-07-29 Thread Andreas Mueller
Hi Lifan. It looks like there's something wrong with your scipy installation (or python installation?) Can you try from scipy.sparse.linalg.interface import aslinearoperator and import dis Btw, where did you get these installation instructions from? The Readme? Best, Andy On 07/