-
Notifications
You must be signed in to change notification settings - Fork 92
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
Win64 Problem #4
Comments
I've tried marisa-trie on Windows in past and it worked, but I don't recall what MSVC version it was and was it 32 or 64 bit. It is hard to find a Windows machine to dig deeper. Could you please try a couple of things to help localize the issue?
If some of console utils doesn't work then the issue is in marisa C++ library and it is better to report the problem upstream here: https://code.google.com/p/marisa-trie/issues/list . If they work, the issue is with a wrapper, but currently I have no idea what may cause it. |
Yeah, i think now it's an issue in the marisa C++ library. I've build the marisa 0.2.4 library for 64bit windows and the tests are failing with similar errors. I'm gonna report it there. Thnx, for your help |
Thanks! |
The 64bit issue is still there according to AppVeyor. |
also reported to s-yata/marisa-trie#2
The issue was fixed upstream (see s-yata/marisa-trie#2). |
So when the new version will be released, or how can we fix it ourselves? |
Initially I wanted to sync our release with the C++ library, but now I think it might be easier to checkout the current s-yata/marisa-trie You should be able to do this locally. |
Just confirmation that deleting this line
|
The following Code is breaks under 64bit windows. 32bit Windows is ok, 64bit Linux does also work.
I've compiled the win-64bit extension with MSVC 2010.
d:\vls-trunk\env-win64\Python27\lib\site-packages\marisa_trie.pyd in marisa_trie._Trie.keys (src\marisa_trie.cpp:4199)()
d:\vls-trunk\env-win64\Python27\lib\site-packages\marisa_trie.pyd in marisa_trie._Trie.keys (src\marisa_trie.cpp:4061)()
RuntimeError: Unknown exception
The text was updated successfully, but these errors were encountered: