Skip to content

issue regarding module 'flare_pp' #6

@mamubeen29

Description

@mamubeen29

(cluster-ga) MLK:/cluster_mlp$ python run_emt_online.py
/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:
/cluster_mlp$

ModuleNotFoundError: No module named 'flare_pp'

i tried a lot but failed to resolve this, can you help me out in this regard??
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions