1

I use ironPython in my C# project via a nuget package. now I want to use numpy functions in a *.py script and call that from my c# code via ironpython. I allready tried to install numpy via cmd into ironpython but it don't worked to me.

Is there a way to help me out (maybe with a little tutorial about that)?

1 Answer 1

1

I haven't much experience with IronPython, but I believe it does not natively support third party libraries like numpy. I believe that Python.NET may be a better solution if this is what you require. (http://pythonnet.github.io/)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.