I used the DataSet from Vix-Central for some time (configured how decribed in the documentation for that). But at the time it seems not work anymore because I get the error mesage all the time:
Algorithm.Initialize() Error: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ./cache/algorithm/main.pyc. AlgorithmPythonWrapper(): ModuleNotFoundError : No module named 'QuantConnect.Data.Custom.VIXCentral'; 'QuantConnect.Data.Custom' is not a package
at
from QuantConnect.Data.Custom.VIXCentral import *
===
at Python.Runtime.PythonException.ThrowIfIsNull(IntPtr ob)
at Python.Runtime.PythonEngine.ImportModule(String name)
at Python.Runtime.Py.Import(String name)
at QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper..ctor(String moduleName) at /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/AlgorithmFactory/Python/Wrappers/AlgorithmPythonWrapper.cs:line 74 in main.py:line 5
ModuleNotFoundError : No module named 'QuantConnect.Data.Custom.VIXCentral'; 'QuantConnect.Data.Custom' is not a package Stack Trace: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ./cache/algorithm/main.pyc. AlgorithmPythonWrapper(): ModuleNotFoundError : No module named 'QuantConnect.Data.Custom.VIXCentral'; 'QuantConnect.Data.Custom' is not a package
at
from QuantConnect.Data.Custom.VIXCentral import *
===
at Python.Runtime.PythonException.ThrowIfIsNull(IntPtr ob)
at Python.Runtime.PythonEngine.ImportModule(String name)
at Python.Runtime.Py.Import(String name)
at QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper..ctor(String moduleName) at /LeanCloud/CI.Builder/bin/Debug/src/QuantConnect/Lean/AlgorithmFactory/Python/Wrappers/AlgorithmPythonWrapper.cs:line 74 in main.py:line 5
ModuleNotFoundError : No module named 'QuantConnect.Data.Custom.VIXCentral'; 'QuantConnect.Data.Custom' is not a package
Could somebody tell me what is going wrong or how I can fix it?
Varad Kabade
Hi Gleb Kintop
We have recently made changes to streamline and consolidate alternative data types for distribution via the Data Market. Refer to the following thread for information to resolve the issue.
Best,
Varad Kabade
Gleb Kintop
Perfect,,Â
Thank you.
Gleb Kintop
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!