-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error #21
Comments
Looks like the database is open in another app. Or a hanging Python script. Try again after rebooting your pc |
I tried in ubuntu, I tried on windows, tried rebooting or killing processes. Nothing worked. Fighting 2 day with it. |
Also.. You recommend python 3.13 to be used, but on windows psycopg2 is not updated yet to work with python 3.13. Would be nice to include it in readme. |
I used python3.12 on windows and it started converting XML for some time and the same happened. It won't even start in windows wsl. |
I just run it on my Windows 11 PC without any problems. I will try it in another environment when I find time. Could be that some locking of the SQLite when writing data is needed as the parsing is heavily using parallel processing.
The project does not use psycopg2 so i don't fully understand this remark |
I'm having the same issue when turning the multiprocessing on. Because of multiprocessing, multiple processes are trying to write to the sqlite db at the same time. However, sqlite doesn't allow concurrent writing so it's locked for the other processes running at the same time. Edit: great work though!! 🥇 |
I'm trying to run import_bag.py and I keep getting this;
The above exception was the direct cause of the following exception:
The text was updated successfully, but these errors were encountered: