-
Notifications
You must be signed in to change notification settings - Fork 2
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
Not work InvertedMultiIndexSearcherTest. #1
Comments
I have just successfully run test_inverted_multi_index_searcher. Steps to find the reason of failure:
This gave me an error "ImportError: DLL load failed". Steps I have made to fix it. After these steps "import py_inverted_multi_index" had success. |
My recommendations on project. I think most valuable part of this project are c++ modules, cython wraps, and examples of how to use them. For storing data I would advise: |
Thanks, I already guessed that the problem is in the libraries. Added them.
|
I run all test, but InvertedMultiIndexSearcherTest not execute.
More precisely on the line
.pyd files are in the folder
The text was updated successfully, but these errors were encountered: