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
I've been trying to get your library to work on my NFS but since you store your DB as an SQLite DB, which apparently doesn't work well with NFS, I get an Operational Error: Disk I/O error everytime I try to use iso639.Language.match('fr').
Can you please support running this on NFS too?
Steps to reproduce
Simply run the following on an NFS:
importiso639iso639.Language.match('fr')`
The text was updated successfully, but these errors were encountered:
dalmia
changed the title
languages.db doesn't load on NFSlanguages.db doesn't load on NFS
Mar 4, 2024
Hello, from my googling, it would seem like the Operational Error: Disk I/O error exception is either a hardware issue (possibly about the specific location where the language.db file sits on your drive) or something else specific to your set-up. (There's also mentioning of SQLite and NFS not being friends with each other.) I'm not sure if there's anything I could do from my end, except for implementing this package without using SQLite altogether, which I'm not ready to do just yet for bandwidth, etc. Would you be able to uninstall and reinstall this package (maybe in a new Python environment?) to see if it resolves the issue?
I've been trying to get your library to work on my NFS but since you store your DB as an SQLite DB, which apparently doesn't work well with NFS, I get an
Operational Error: Disk I/O error
everytime I try to useiso639.Language.match('fr')
.Can you please support running this on NFS too?
Steps to reproduce
Simply run the following on an NFS:
The text was updated successfully, but these errors were encountered: