...
File "/home/aiida/.local/lib/python3.7/site-packages/aiida_lsmo/workchains/isotherm.py", line 55, in get_molecule_dict
with open(yamlfile, 'r') as stream:
FileNotFoundError: [Errno 2] No such file or directory: '/home/aiida/.local/lib/python3.7/site-packages/aiida_lsmo/workchains/isotherm_data/isotherm_molecules.yaml'
One should add those files to MANIFEST.in so that they get included into the python package.
When I run
Isotherm
workflow I get the problem:One should add those files to
MANIFEST.in
so that they get included into the python package.