Weird warnings from loopy #3627
-
Hello all, I recently installed firedrake on a fresh install of Ubuntu 24.04 on WSL. After successfully completing the install, importing firedrake gives some warnings:
Any idea as to why this is happening? I would just pass |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is due to a recent update to pytools (a Firedrake dependency). This warning will likely go away when we upgrade our fork of loopy (done every few months, though this suggests we should really do it soon). In the meantime you can try hiding the warnings by passing |
Beta Was this translation helpful? Give feedback.
This is due to a recent update to pytools (a Firedrake dependency). This warning will likely go away when we upgrade our fork of loopy (done every few months, though this suggests we should really do it soon).
In the meantime you can try hiding the warnings by passing
-W<something>
when you callpython
(docs). This isn't recommended generally but if the warnings are problematic then this is the simplest short term way to hide them.