asp.net-core

How to run sicpy.signal freqz in C# / ASP.NET Core?

How to run sicpy.signal freqz in C# / ASP.NET Core? Question: I need to run Python source code (.py) with dependencies on numpy and scipy.signal in the ASP.NET Core context. I’ve found IronPython to be a suitable solution, but it doesn’t support these two dependencies (GitHub issue #355). So, I decided to automatically generate C# …

Total answers: 1

Import error while calling from IIS hosted .NET Core API

Import error while calling from IIS hosted .NET Core API Question: I am facing the below issue while running a python script from a .NET Core api which is hosted in windows server IIS .I am using pyrfc 1.9.5 SAP connector in this script. Here is the code below from pyrfc import Connection def GetConnection(connmeta): …

Total answers: 1