Quantra function to fetch the cryptocompare API key

 

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'