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
Are you by any chance trying to write from two places simultaneously? For example, do you have two active debug sessions on this code? When your code isn't running, use Process Explorer to see if if any process has a handle on the lock file: MAIN_WRITELOCK. If so, that is the process that's holding a lock on your index. Kill the process or close the handle to release it.
If that's not it I wonder if it's some kind of permission issue on the lock file.
Hello everyone!
I'm trying to use Whoosh on my Windows computer. The installation process works fine but I can't figure an error I'm getting.
I'm using the code snippet from the Quick start guide of the Whoosh documentation :
I get the following error:
I'm using the latest version of Whoosh (2.7.4) on Windows 10 with Python 3.6.
Does someone have any insight on this issue ?
Thanks you !
The text was updated successfully, but these errors were encountered: