Hello, i have an error Quantra function.
import sys
sys.path.append("..")
from data_modules.FMDA_quantra import get_cryptocompare_api
ModuleNotFoundError: No module named 'data_modules'
i try install datamodule
ERROR: Package 'datamodule' requires a different Python: 3.10.9 not in '<3,>=2.7'
Hi Diego,
"data_modules" is a folder containing all the data files and modules that Quantra creates. You can download all the files including the "data_modules" from the last section of the course. It is a zip file containing all the notebooks and data files which were presented in the course.
Once downloaded you can set up the environment as shown in section 12 of the course, "Run Codes Locally on Your Machine".
Alternatively, you can use the portal within the course which has the environment already set up.
Let us know if you face any further issues in this regard.