i got firedrake but reportUndefinedVariable #4203
Unanswered
noname-h
asked this question in
Firedrake support
Replies: 1 comment
-
My guess is that you have your firedrake venv installed in your home directory, and you are launching from there. In this case, when you do “from firedrake import *” python will see that directory and try to import it as a module before searching in installed modules. This will be fixed by running your script from a different directory.
On 6 Apr 2025, at 05:16, noname-h ***@***.***> wrote:
problem.png (view on web)<https://github.com/user-attachments/assets/bbad9928-d851-4fd6-b3fa-7c8dbe820baf>
firedrake have been installed successfully. However, when i run code to test firedrake, it showed undefined function. Here is my log.
firedrake-install.log<https://github.com/user-attachments/files/19619480/firedrake-install.log>
—
Reply to this email directly, view it on GitHub<#4203>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABOSV4T7XRIWX4OA3V4LR6D2YCMBJAVCNFSM6AAAAAB2RGKC36VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGE3TANZRGE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
firedrake have been installed successfully. However, when i run code to test firedrake, it showed undefined function. Here is my log.
firedrake-install.log
Beta Was this translation helpful? Give feedback.
All reactions