Replies: 2 comments
-
Pysparse has only ever been available for Python 2.7. On Ubuntu, you should be able to do conda create --name <MYFIPYENV> --channel conda-forge python=3 fipy gmsh If you want to install a develop version of FiPy (GitHub checkout for instance), then follow our instructions for setting up a development environment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thank you. this works! thanks for the link to the instructions for the development version, too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to update a system, and I was trying to re-install fipy (ubuntu 20.04) using conda. It seems pysparse is python 2.7 only (has this always been the case?) I am not able to install using the suggested command (which I thought had worked in the not-too-distant past).
$ conda create --name fipy --channel conda-forge python=3 numpy scipy matplotlib pysparse gmsh
It tries many different things, but fails in the end. After some attempts, it seems it is just pysparse that is causing the issues.
searching for pysparse available on conda-forge, I get the following
Has something changed? Is there a different way to install fipy for python3 (leaving out pysparse?)
Sorry if I am missing something obvious.
Kris
Beta Was this translation helpful? Give feedback.
All reactions