Jump to content
MoE88

2D numpy Array back to delphi

Recommended Posts

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

Share this post


Link to post

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

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×