Re: Error when importing PySparse

2017-07-20 Thread Daniel Wheeler
Hi Clara, I would seriously recommend using Conda and Python 2.7 for FiPy and installing PySparse from the "guyer" conda channel. I'm no longer sure which versions of PySparse work or don't work with FiPy. I have used this Dockerfile successfully to run FiPy,

Error when importing PySparse

2017-07-20 Thread Clara Maurel
Hello, I have trouble trying to install PySparse on a Linux cluster. The pip command: pip install --user pysparse did not work. I found on a forum this command: pip install --user git+http://git.code.sf.net/p/pysparse/git#egg=PySparse