-
Notifications
You must be signed in to change notification settings - Fork 166
PyOP2 quick install instructions do not sort out imports #45
New issue
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
Comments
The YAML dependency was indeed missing. That's fixed by OP2/PyOP2#258 You shouldn't need to add PyOP2 to your |
I've just re-run the PyOP2 install.sh script on a fresh install of Ubuntu 12.04 (with
|
Thanks Florian. The pyop2 and yaml ImportErrors have now gone, but when I try "from firedrake import *" in IPython I still get the following message about cgen:
|
That's a problem in the Firedrake install instructions which I have just fixed. The changes are at: http://www.firedrakeproject.org/download.html#firedrake but for reference: sudo pip install cgen |
Thanks David. I no longer get ImportErrors when importing firedrake. |
Can we close this issue now? |
I think we can. Reopen if you find more issues. |
Leads to errors like
One solution would be to copy FEniCS's Dorsal by writing out a
or
The text was updated successfully, but these errors were encountered: