Hello,
I'm trying to get NumPy working with Demo34. The project I'm working on is using the exact same approach as Demo34 for dynamically switching Python versions by recreating the engine, therefore Demo34 is the perfect example.
I was advised to unload the DLL's, so I tried unloading the DLL's which seemed to be loaded by NumPy including "_multiarray_umath.cp39-win32.pyd", however, sadly this was still causing errors. I don't know enough about NumPy to know why it's causing access violations when I try to unload its DLL's.
Please assist me with using NumPy with Demo34 if possible, thank you.
p.s. It's easy to recreate this issue by running Demo34, replacing the Python script with a very simple "import numpy" statement, executing the Python script, and then switching to and from a different Python version. On trying to execute the Python script again, errors will be raised and it's related to NumPy not liking to be re-initialised as far as I know.