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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
When running NMODL on multiple mod files (such as
nmodl file1.mod file2.mod ...
) with SymPy enabled, a cryptic warning appears:From this SO answer it seems the culprit is this line in cPython.
Possible solutions:
Py_IsInitialized
to check if the interpreter is running (part of stable ABI). This also needs thePython.h
headerThe text was updated successfully, but these errors were encountered: