Open GeigerJ2 opened 5 months ago
That sounds good @GeigerJ2 (regarding the changes to the image) - do you need help from our side?
Hi @rokroskar, I'll see to get around updating the template soon, as we've released v2.6. beginning of this month. It should be fine, probably just a PR review then :) Cheers!
Alright, not sure yet where this originates from, but I just realized that importing an archive into the
sqlite_dos
backend actually fails for aconda
-based installation in the AiiDA template. The issue first occured for an archive that had to be migrated on the fly, but the error persists when migrating the archive before.When creating a python
venv
and installing AiiDA instead, the issue doesn't occur. In general, I'm becoming quite inclined to change the template to usevenv
rather thanconda
anyway. PostgreSQL doesn't work currently either way, so we are using SQLite. As the idea is to explore existing archives from Materials Cloud Archive, rather than running workflows, RabbitMQ is not required either, so there's no reason to useconda
instead ofvenv
. As soon as AiiDA v2.6 is released, I'll update the template, using the service-less newverdi presto
profile setup command, and with it make sure that this issue here is resolved.Below are the two tracebacks attached for future reference:
Re-raising here gives:
While migrating the archive before and then trying to import, re-raising here gives: