Hi team,
I'm encountering the following bug while running a sample strategy in python.
20170724 00:19:14 ERROR:: Loader.TryCreatePythonAlgorithm(): System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at Python.Runtime.Runtime.Py_IsInitialized()
at Python.Runtime.Runtime.Initialize()
at Python.Runtime.PythonEngine.Initialize(IEnumerable`1 args, Boolean setSysArgv)
at Python.Runtime.PythonEngine.Initialize()
at QuantConnect.AlgorithmFactory.Loader.TryCreatePythonAlgorithm(String assemblyPath, IAlgorithm& algorithmInstance, String& errorMessage) in C:\Lean\AlgorithmFactory\Loader.cs:line 164
Is it someting to do with my python installation?
I'm having Python 2.7 (32-bit) and Python 3.4 (64 bit) both installed on my machine.
Any advice would be appreciated.
Thank you.
Alexandre Catarino
Please install the 64 bit of python 2.7.
The library we use to integrate python and C# (pythonnet) was compiled in 64 bit.
Wang Jianwei
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!