-
Notifications
You must be signed in to change notification settings - Fork 3
Description
(cluster-ga) MLK:/cluster_mlp$ python run_emt_online.py/cluster_mlp$
/home/m/cluster_mlp/run_emt_online.py:7: DeprecationWarning: It looks like you are using the classic implementation of KubeCluster. Please consider migrating to the new operator based implementation https://kubernetes.dask.org/en/latest/kubecluster_migrating.html. To suppress this warning import KubeCluster directly from dask_kubernetes.classic. But note this will be removed in the future.
from dask_kubernetes import KubeCluster
Traceback (most recent call last):
File "/home/m/cluster_mlp/run_emt_online.py", line 71, in
bi, final_cluster = cluster_GA(
File "/home/m/cluster_mlp/cluster_mlp/clus_ga_deap.py", line 242, in cluster_GA
lst_clus_min = list(map(calculate, pop_list))
File "/home/m/cluster_mlp/cluster_mlp/clus_ga_deap.py", line 176, in calculate
atoms_min, parent_calls = minimize_al(
File "/home/m/cluster_mlp/cluster_mlp/clus_ga_deap.py", line 81, in minimize_al
from cluster_mlp.online_al_new import run_onlineal
File "/home/m/cluster_mlp/cluster_mlp/online_al_new.py", line 2, in
from finetuna.ml_potentials.flare_pp_calc import FlarePPCalc
File "/home/m/cluster_mlp/finetuna/finetuna/ml_potentials/flare_pp_calc.py", line 2, in
from flare_pp._C_flare import (
ModuleNotFoundError: No module named 'flare_pp'
(cluster-ga) MLK:
ModuleNotFoundError: No module named 'flare_pp'
i tried a lot but failed to resolve this, can you help me out in this regard??
Thanks