You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alright, not sure yet where this originates from, but I just realized that importing an archive into the sqlite_dos backend actually fails for a conda-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 use venv rather than conda 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 use conda instead of venv. As soon as AiiDA v2.6 is released, I'll update the template, using the service-less new verdi presto profile setup command, and with it make sure that this issue here is resolved.
Below are the two tracebacks attached for future reference:
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:
The text was updated successfully, but these errors were encountered: