Re: Failed install scipy lib

2016-04-20 Thread liran . maymoni
On Wednesday, April 20, 2016 at 2:09:10 PM UTC+3, liran@gmail.com wrote: > On Tuesday, April 19, 2016 at 9:21:42 PM UTC+3, eryk sun wrote: > > On Tue, Apr 19, 2016 at 12:05 PM, Oscar Benjamin > > wrote: > > > On 19 Apr 2016 17:01, wrote: > > >> > > >> i'm trying to use: > > >> "py -m pip inst

Re: Failed install scipy lib

2016-04-20 Thread liran . maymoni
On Tuesday, April 19, 2016 at 9:21:42 PM UTC+3, eryk sun wrote: > On Tue, Apr 19, 2016 at 12:05 PM, Oscar Benjamin > wrote: > > On 19 Apr 2016 17:01, wrote: > >> > >> i'm trying to use: > >> "py -m pip install scipy" > >> and after couple of lines a get an error saying: > > > > I thought that bin

Re: Failed install scipy lib

2016-04-19 Thread liran . maymoni
On Tuesday, April 19, 2016 at 8:06:06 PM UTC+3, Oscar Benjamin wrote: > On 19 Apr 2016 17:01, wrote: > > > > Hello, > > i'm trying to use: > > "py -m pip install scipy" > > and after couple of lines a get an error saying: > > I thought that binary wheels for scipy would be available on pypi for e

Re: Failed install scipy lib

2016-04-19 Thread liran . maymoni
This is the full Log: C:\Users\Liran>py -m pip install scipy Collecting scipy Using cached scipy-0.17.0.tar.gz Installing collected packages: scipy Running setup.py install for scipy ... error Complete output from command C:\Users\Liran\AppData\Local\Programs\Python\Python35-32\python.exe

Failed install scipy lib

2016-04-19 Thread liran . maymoni
Hello, i'm trying to use: "py -m pip install scipy" and after couple of lines a get an error saying: Command "C:\Users\Liran\AppData\Local\Programs\Python\Python35-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Liran\\AppData\\Local\\Temp\\pip-build-er8bfsou\\scipy\\setup.

Re: Problem with textblob lib

2016-04-19 Thread liran . maymoni
On Tuesday, April 19, 2016 at 5:08:58 PM UTC+3, Peter Otten wrote: > liran.maym...@gmail.com wrote: > > > Hey, > > Using windows 10 > > I've install textblob using "py -m pip install textblob". > > I can import textblob, or from textblob import blob,word > > But i cant: from textblobl import Textb

Problem with textblob lib

2016-04-19 Thread liran . maymoni
Hey, Using windows 10 I've install textblob using "py -m pip install textblob". I can import textblob, or from textblob import blob,word But i cant: from textblobl import Textblob. The error i get is: Traceback (most recent call last): File "", line 1, in from textblob import Textblob Import