3

I would like to install Fipy on Python3.3 (Windows 7 or Linux/ubuntu-mint), is possible? I need to use Fipy for improving my python3.3 coding. Do I have to translate that in python 2.7 ? Please does anyone know? any suggestion?

Phil Miller
  • 36,389
  • 13
  • 67
  • 90
user1640255
  • 1,224
  • 3
  • 19
  • 25

2 Answers2

4

FiPy has been able to run under Python 3.x since last summer. Only the SciPy solvers are supported (PySparse and PyTrilinos are not ready for Py3k to the best of my knowledge).

See http://www.ctcms.nist.gov/fipy/documentation/USAGE.html#running-under-python-3 for directions. I have only tried it on Mac OS X, but it should work on Linux and Windows as well.

jeguyer
  • 2,379
  • 1
  • 11
  • 15
0

No, FiPy does not support Python 3. You need to either use Python 2 or help update FiPy to support Python 3. Contact the authors about that.

Lennart Regebro
  • 167,292
  • 41
  • 224
  • 251