I installed hase, and all the module, than I tried to run python hase.py -h and it showed me this error:
Traceback (most recent call last):
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hase.py", line 8, in
from hdgwas.meta_classic import CohortAnalyser
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hdgwas/meta_classic.py", line 10, in
from hdgwas.hdregression import B4,
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hdgwas/hdregression.py", line 5, in
from hdgwas.tools import Timer, timer, timing, save_parameters
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hdgwas/tools.py", line 13, in
from hash import *
ModuleNotFoundError: No module named 'hash'
How can I solve this?
Thank you
I installed hase, and all the module, than I tried to run python hase.py -h and it showed me this error:
Traceback (most recent call last):
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hase.py", line 8, in
from hdgwas.meta_classic import CohortAnalyser
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hdgwas/meta_classic.py", line 10, in
from hdgwas.hdregression import B4,
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hdgwas/hdregression.py", line 5, in
from hdgwas.tools import Timer, timer, timing, save_parameters
File "/storage/GODMC/goDMC_phase2/godmc_phase2/resources/bin/ hase/hdgwas/tools.py", line 13, in
from hash import *
ModuleNotFoundError: No module named 'hash'
How can I solve this?
Thank you