-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlalchemy: unable to open database file #339
Comments
Ahoi hoi @kateiyas, thx a lot for reporting this issue and sorry for the late response. Hm, never seen this one before, looks wild. The only thing I can think about ATM is related to |
Thank you for your response. I have rechecked whether it could be related to permissions, but I have rw rights so this can't be the case. Did you see that the error seems to be occur when creating a |
Hi @kateiyas, as last time: sorry for the late response. Ah yeah, that sounds like something we should definitely check. Sorry, I completely missed this before. Could you maybe elaborate more on your data and the structure it's in?
then the following
Overall, I'm not super sure if it's really HTH, cheers, Peer |
Hi @kateiyas and @PeerHerholz, Recently I ran into the same My setup is a HPC environment (Ubuntu) in which I have my own VM to process data on a shared data drive. I have been using the python module of One cause of the error seemed to be related to repeated troubleshooting/ failed attempts, causing the database files The following steps ended up working for me:
After this, I could successfully run Not sure if the above is helpful, hopefully it gives a clue as to what could be the issue here. Cheers, Leo |
Describe the bug
I've solved a number of other issues while trying to work with this module, but now got stuck with an
sqlalchemy
error (unable to open database file
) that I can't get past because I'm not even sure at what point it happens.Could you let me know what I am doing wrong, please? (I've had to use nibetaseries from docker since the pip version tried to install a number of dependencies, of which pandas failed to build. )
The stacktrace is attached. I would really like to use nibetaseries.
To Reproduce
OS
Ubuntu
nibetaseries version
v0.6.0
stacktrace.txt
The text was updated successfully, but these errors were encountered: