TypeError: __init__() got multiple values for argument 'atoms'

hello
i have problem running vasp:
TypeError: init() got multiple values for argument ‘atoms’

Hi kamel,

Without any example script it’s of course not possible to guess what is wrong.

Maybe you are passing positional arguments and keyword arguments in such a way that the same argument is passed twice. Try passing by keyword only.