I keep getting the context is incorrect error and the error is: Operator bpy.ops.wm.alembic_import.poll() failed.
I have tried all the solutions shared in this post and in the official documentation and the issue still persist.
I am running this command:
bpy.ops.wm.alembic_import(filepath=meshPath, as_background_job=False)
Thanks!