We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to rerun the (modified, of course) tutorial 08 Navier–Stokes cylinder #5 under Ubuntu 19.10 (rather than the Docker image) failed with
ModuleNotFoundError: No module named 'mshr'
This is just as in astrojuanlu/fenics-recipes#57.
The text was updated successfully, but these errors were encountered:
https://bitbucket.org/fenics-project/mshr/issues/86/mshr-build
Sorry, something went wrong.
https://groups.google.com/forum/#!topic/fenics-support/CSvscXC5NXc
suggests that FEniCS should have been installed from conda with
conda
conda create -n fenicsproject -c conda-forge fenics mshr
from which I guessed (not wanting to destroy & rebuild the environment from scratch)
conda install -c conda-forge mshr
which worked.
No branches or pull requests
Attempting to rerun the (modified, of course) tutorial 08 Navier–Stokes cylinder #5 under Ubuntu 19.10 (rather than the Docker image) failed with
This is just as in astrojuanlu/fenics-recipes#57.
The text was updated successfully, but these errors were encountered: