Closed dimkarakostas closed 1 year ago
You just need to run it as a module from the root directory of the project: python -m src.metrics.gini output/bitcoin/2022.csv
However, I think that this is an issue for parse.py , analyze.py and map.py
Closed as outdated (since parse, analyze and map can no longer be run as standalone scripts)
When trying to run a metric directly from its file (e.g.,
python gini.py ../../output/bitcoin/2022.csv
), I get an error:ModuleNotFoundError: No module named 'src'
.