Hello,
I’ve installed aiida 2.6.4 with rabbitmq, without postgres using Python 3.12 (verdi presto)
It first looked like the database got corrupted. The previously successfully import archive couldn’t be browsed anymore in Materials Cloud.
The nodes are still present, but in the creator field it shows {{processColumn(col.field, dnode["user_id"], dnode.attributes)}}
, clicking on the details
button leads to an empty page.
verdi shell + load_node still works. Deleting the presto profile and reimport of the archive didn’t help. Initially I had installed aiida in a uv venv based on python 3.13, I’m sure there the imported archive was discoverable via the restapi. But I couldn’t submit calculations, since this python version does not provide the pipes
module.
Best regards,
Simon