Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35167

Re: Fuzzy Logic Library for Python 3

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Fuzzy Logic Library for Python 3
Date 2012-12-19 19:21 -0500
References <CAJBOi6aiKeRKtT0T3zzipgBVo_S9b3PkJfqwAd+oFcYOanUxQw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1079.1355962928.29569.python-list@python.org> (permalink)

Show all headers | View raw


On 12/19/2012 9:22 AM, Alexsandro Soares wrote:
> Hi all,
>
>     I'm trying to build an fuzzy expert system in Python 3 and I need a
> good recommendation for a library/package for this, but working in
> Python 3.2. Some options are pyfuzzy and pyfuzzylib,

Please tell the authors that you would like to use with Py3 but can't. 
One reason people have had for not upgrading is because there is 'no 
demand'. Of course, happy 2.x users are mostly happy to continue with 
2.x, whereas potential 3.x users usually silently move on.

 >  but I was not
> succeed to install these packages with Python 3.

I do not know about installation issues and how there are related to 
Py3. I would expect that most of the actual code should run with little 
or no change. The only change in arithmetic is int / int, and that can 
be given the Py3 meaning in 2.6/7 with a future import.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Fuzzy Logic Library for Python 3 Terry Reedy <tjreedy@udel.edu> - 2012-12-19 19:21 -0500

csiph-web