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
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/
Hi guys,
I am sorry to bother you. But I have a question about using
scikit-learn in ubuntu.
I installed scikit using:
sudo apt-get install build-essential python-dev python-numpy
python-numpy-dev python-scipy libatlas-dev g++ python-matplotlib ipython
sudo pip install -U sciki