Hi,
I am trying to generate a report for my strategy and spend alot of hours to make python run....
So now I get an exception in the report code and I don't know what its about.

My Setup
Visual Studio 2017
Python with Anaconda followed this installation guid:

https://medium.com/hackernoon/setting-up-your-own-algorithmic-trading-server-4bbdf0766c17

Sofar installed those packages for python:

# Install essential packagesRUN conda install -y \cython=0.29.15 \numpy=1.18.1 \pandas=0.25.3 \

wrapt=1.12.1

Exception I get on [Debug] Mode
 

https://ibb.co/x5gJy98

Exception I get on [Release] (is different)

93210_1595684989.jpg

Translation to English (System.BadImageFormatException: Tried to load a file with a wrong format.)

Help much appriciated

Author