Looks to me like pip thinks you already have fipy installed ("Requirement
already satisfied"). I guess you've already tried running the test and it
failed? What was the output of that?Ray On Sat, Feb 28, 2015 at 2:25 PM, Franck Kalala <[email protected]> wrote: > I have install ez_setup package, now I get this > > divine@franck-laptop:~$ sudo pip install fipy > Requirement already satisfied (use --upgrade to upgrade): fipy in > /usr/local/lib/python2.7/dist-packages/FiPy-3.1-py2.7.egg > Cleaning up... > > > cheers > > 2015-02-28 0:26 GMT+02:00 Raymond Smith <[email protected]>: > >> It means you don't have a python module called ez_setup. See >> https://pypi.python.org/pypi/ez_setup. Maybe try >> $ sudo pip install ez_setup >> >> Ray >> >> On Fri, Feb 27, 2015 at 5:23 PM, Franck Kalala < >> [email protected]> wrote: >> >>> I am trying to install Fipy, but I am getting this >>> >>> divine@franck-laptop:~/Downloads/FiPy-3.1$ sudo python setup.py install >>> [sudo] password for divine: >>> Traceback (most recent call last): >>> File "setup.py", line 44, in <module> >>> import ez_setup >>> ImportError: No module named ez_setup >>> >>> Any help? >>> >>> -- >>> Franck Kalala Mutombo, Ph.D. >>> https://sites.google.com/a/aims.ac.za/dr-franck-kalalaf-mutombo/ >>> Tel: +243 824018007 >>> >>> >>> >>> >>> >>> _______________________________________________ >>> fipy mailing list >>> [email protected] >>> http://www.ctcms.nist.gov/fipy >>> [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ] >>> >>> >> >> _______________________________________________ >> fipy mailing list >> [email protected] >> http://www.ctcms.nist.gov/fipy >> [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ] >> >> > > > -- > Franck Kalala Mutombo, Ph.D. > https://sites.google.com/a/aims.ac.za/dr-franck-kalalaf-mutombo/ > Tel: +243 824018007 > > > > > > _______________________________________________ > fipy mailing list > [email protected] > http://www.ctcms.nist.gov/fipy > [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ] > >
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
