Discussion:
[Pyzo] Can't add scikit-fuzzy module to pyzo
Austin Capobianco
2015-10-01 16:56:32 UTC
Permalink
Hi, I'm trying to add this: https://pypi.python.org/pypi/scikit-fuzzy to
pyzo2015a but nothing works.

I tried running the setup.py that came with the skfuzzy tar I downloaded. I
tried conda install skfuzzy, pip install skfuzzy, and executing the
setup.py with specifically pyzo.exe. I tried importing the files into my
project manually, but even that didn't work for some reason.

What am I doing wrong? Thanks!
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2015-10-02 10:25:53 UTC
Permalink
Hi Austin,

Conda install does not work, because skfuzzy is not mainstream enough
that Continuum builds it for you. Installing with pip or setup.py should
work though, since it seems to be pure Python. Can you perhaps send the
error that is given so we can see what goes wrong?

Have you tried running "pip install scikit-fuzzy" in the shell?

- Almar
Post by Austin Capobianco
Hi, I'm trying to add this: https://pypi.python.org/pypi/scikit-fuzzy to
pyzo2015a but nothing works.
I tried running the setup.py that came with the skfuzzy tar I
downloaded. I tried conda install skfuzzy, pip install skfuzzy, and
executing the setup.py with specifically pyzo.exe. I tried importing the
files into my project manually, but even that didn't work for some reason.
What am I doing wrong? Thanks!
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
w***@gmail.com
2016-01-29 04:19:30 UTC
Permalink
C:\Python34\Scripts>p
Collecting scikit-fuz
Using cached scikit
Complete output f
Traceback (most r
File "<string>"
File "C:\Users\
zy\setup.py", line 10
check_require
File "C:\Users\
zy\setup.py", line 54
% ((package_n
ImportError: `sci

-----------------
Command "python setup
EA\AppData\Local\Temp

C:\Python34\Scripts>
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2016-01-29 14:10:59 UTC
Permalink
Did you try: pip install -U scikit-fuzzy ?




From: ***@gmail.com
Sent: 29 January 2016 11:47
To: Pyzo
Subject: Re: [Pyzo] Can't add scikit-fuzzy module to pyzo

C:\Python34\Scripts>p
Collecting scikit-fuz
Using cached scikit
Complete output f
Traceback (most r
File "<string>"
File "C:\Users\
zy\setup.py", line 10
check_require
File "C:\Users\
zy\setup.py", line 54
% ((package_n
ImportError: `sci

-----------------
Command "python setup
EA\AppData\Local\Temp

C:\Python34\Scripts>
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2016-01-30 21:22:50 UTC
Permalink
Right, now I see that your log looks like a pip install. However, it seems like half the text is missing, I cannot tell what went wrong.




From: Wirote
Sent: 30 January 2016 04:28
To: Almar Klein
Subject: Re: [Pyzo] Can't add scikit-fuzzy module to pyzo

Yes,I've already done.

Sent from my iPhone

On 29 àž¡.àž„. 2559, at 21:10, Almar Klein <***@gmail.com> wrote:
Did you try: pip install -U scikit-fuzzy ?
 
 
 

From: ***@gmail.com
Sent: 29 January 2016 11:47
To: Pyzo
Subject: Re: [Pyzo] Can't add scikit-fuzzy module to pyzo
 
C:\Python34\Scripts>p
Collecting scikit-fuz
  Using cached scikit
    Complete output f
    Traceback (most r
      File "<string>"
      File "C:\Users\
zy\setup.py", line 10
        check_require
      File "C:\Users\
zy\setup.py", line 54
        % ((package_n
    ImportError: `sci
 
    -----------------
Command "python setup
EA\AppData\Local\Temp
 
C:\Python34\Scripts>
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Almar Klein
2016-02-03 08:43:28 UTC
Permalink
Sorry for the late reaction; I’ve been ill.

First do “conda install scipy”. Then “pip install scikit-fuzzy” (no need for the -U with a conda env). BTW, you can execute both from within the shell inside IEP.

- Almar


From: Wirote Bua
Sent: 01 February 2016 08:29
To: Almar Klein
Subject: Re: [Pyzo] Can't add scikit-fuzzy module to pyzo

Here is the full text.

On Sun, Jan 31, 2016 at 4:22 AM, Almar Klein <***@gmail.com> wrote:
Right, now I see that your log looks like a pip install. However, it seems like half the text is missing, I  cannot tell what went wrong.
 
 
 

From: Wirote
Sent: 30 January 2016 04:28
To: Almar Klein

Subject: Re: [Pyzo] Can't add scikit-fuzzy module to pyzo
 
Yes,I've already done.

Sent from my iPhone

On 29 àž¡.àž„. 2559, at 21:10, Almar Klein <***@gmail.com> wrote:
Did you try: pip install -U scikit-fuzzy ?
 
 
 

From: ***@gmail.com
Sent: 29 January 2016 11:47
To: Pyzo
Subject: Re: [Pyzo] Can't add scikit-fuzzy module to pyzo
 
C:\Python34\Scripts>p
Collecting scikit-fuz
  Using cached scikit
    Complete output f
    Traceback (most r
      File "<string>"
      File "C:\Users\
zy\setup.py", line 10
        check_require
      File "C:\Users\
zy\setup.py", line 54
        % ((package_n
    ImportError: `sci
 
    -----------------
Command "python setup
EA\AppData\Local\Temp
 
C:\Python34\Scripts>
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
 
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
d***@gmail.com
2017-10-09 16:10:09 UTC
Permalink
thanks .it works
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...