"A" == Alain EMPAIN alain.empain@ulg.ac.be writes:
Hi Alain,
A> Hello, I am discovering Qlustar (being a ROCKS admin since a long A> time). My first test with Qlustar 10.x was sucessful; qluman-qt A> started correctly, I browsed the windows with no problem.
happy to see you trying Qlustar.
A> I reinstalled everything from scratch to run Qlustar 11, A> installed qluman-qt with apt install and using the singularity A> image : both version give the error
A> (...) File A> "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", A> line A> 393, in connect A> return self.dbapi.connect(*cargs, **cparams) A> sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) A> unable to open database file
A> I wonder why SQLITE3 is invoqued because during the installation, A> there was a prompt for mysql root's password.
The sqlite DB is a new feature we introduced with the latest updates to store user commands executed via the RXengine in. We assume that you discovered a small bug that we will fix shortly. As a work around you can try to execute
$ mkdir $HOME/.config/Qluman
This is where the sqlite DB should be stored and if the dir doesn't exist it will fail. Can you please let us know whether this fixes your problem?
Best,
Roland