Open matz-e opened 1 year ago
It would have been very helpful and saved a bunch of time if nmodl would not hide the errors that occur when looking for Python modules.
By the way, we just use
https://github.com/BlueBrain/nmodl/blob/a309bc156f5a9232f340cb0d7fa8a1f8ee3e9942/CMakeLists.txt#L166
from hpc-conding-convention https://github.com/BlueBrain/hpc-coding-conventions/blob/a37793313ebd9a69cd96e4cf6d3183fa51b81c33/cpp/cmake/bbp-find-python-module.cmake#L3
I had the following error today:
but
jinja2
was inPYTHONPATH
. The real error happened upon import ofjinja2
:It would have been very helpful and saved a bunch of time if
nmodl
would not hide the errors that occur when looking for Python modules.