Hello, I'm working on a project where I utilize a 2D NumPy array. I've managed to successfully send data from Delphi to Python as a 2D NumPy array. However, I'm currently exploring ways to transfer this NumPy array back to Delphi as a 2D array of singles.
Any idea? thanks
Thanks, I attempted to run demo 35, but encountered the error message 'ModuleNotFoundError: No module named 'numpy''. I have already installed this library on my PC and can utilize it seamlessly within the Python environment. However, the Delphi environment fails to recognize the installed NumPy library.
any idea ?
thanks