phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

modules missing in the requirements file #220

Open JenniferHem opened 2 years ago

JenniferHem commented 2 years ago

When installing flame from source the step "flame -c config" fails with an ModuleNotFoundError: No module named 'numpy' even though the flame conda environment is active. The same for pandas.

After installation rdkit is missing as well. Can rdkit-pypi be used or is a specific rdkit version necessary?

JenniferHem commented 2 years ago

to add: Django is also missing (considering one wants to use the GUI)

I tried out rdkit_pypi. Unfortunately it does not work. Is it possible to mention this step in the setup somewhere? Or did I miss out on a specific step?