I used a virtual environment with python 3.10. The packages versions are provided in the requirements.txt file
1)creating a virutal environment
conda create -p venv python==3.10 -y
conda activate venv/
2)installing required packages
pip install -r requirements.txt
medoyounis/FetchAnalytics-Engineer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|