ModuleNotFoundError: No module named ‘ase.mep’

I am able to run other module however when i run tutorial of neb i get the following error:

ModuleNotFoundError: No module named ‘ase.mep’
Can you help for me.
Thanks

i already solve it

Could you please share how to solve this problem? Thanks so much!

找到ase.mep module的源码,将其放置在ASE的PYTHONPATH下的相应位置,我的PYTHONPATH为~/.local/lib/python3.10/site-packages。2023版本没有这个问题

@wenjunbai I am also getting the same error. Could you please share me the solution for it?

I was not able to decode the last message as the language of the text was not completely in English.

I thank you in advance.

install git master directly with pip:

$ pip install --upgrade git+https://gitlab.com/ase/ase.git@master

maybe it can help you guys