Hi,
I am trying to build JCC (3.11) for conda-forge packaging and is struggling
a bit with building JCC for windows platform when version is 3.9.9 or
higher (3.10). The odd thing is that 3.9.7 is working, which is using (to
my current knowledge) the same other packages as 3.9.9 and other settings.
Short update, I have now debugged the python 3.9.9 (not working) and 3.9.7
(working) side by side. It seems like there is a difference in behavior of
the "import jcc._jcc3 as _jcc3" in __init__.py of jcc that triggers the
find_spec() method in the _distutils_hack module. The return of this
function