ReactionMechanismGenerator / RMG-website

A Django-powered website for Reaction Mechanism Generator (RMG)
Other
20 stars 29 forks source link

AFM #271

Closed WernerHerzog closed 6 months ago

WernerHerzog commented 7 months ago

I am trying to do the AFM exercise from the January 2021 workshop.

The following error message comes up:

ModuleNotFoundError Traceback (most recent call last) /tmp/ipykernel_22987/452333046.py in 11 from IPython.display import display 12 import re ---> 13 from afm.fragment import Fragment 14 15 def slice_molecule(molecule_smiles):

ModuleNotFoundError: No module named 'afm'

Is this tool no longer distributed wiht RMG? Or did I make a mistake with my installaion? For what its worth, I have been able to run other Jupyter Notebook tools.

I apologize if this is not the right place to ask this question.

Thank you.

WernerHerzog commented 6 months ago

I want to share that I reinstalled RMG from the source and AFM works. This previous issue came up with an installation from binary (I think). I also see that this is the website issue site, so this question was not posted on the right page. Sorry about that.