You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python/cpython#31542 has introduced a -P flag that does not add the current directory to sys.path by default, but the new flag is only available on python >= 3.11.
As soon as dolfinx/dolfinx:nightly moves to python >= 3.11 the new flag could be used as in 91429d0
and the current workaround in b424642 will be removed.
The text was updated successfully, but these errors were encountered:
python/cpython#31542 has introduced a
-P
flag that does not add the current directory tosys.path
by default, but the new flag is only available on python>= 3.11
.As soon as
dolfinx/dolfinx:nightly
moves topython >= 3.11
the new flag could be used as in 91429d0and the current workaround in b424642 will be removed.
The text was updated successfully, but these errors were encountered: