-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
sentencepiece_processor_ops.so Not Found #309
Comments
This is expected. tf_sentencepiece is not supported on Windows now. It would be possible to make ops on windows, but it is not that easy. |
I was in Linux, and encountered the same problem. Version
|
and I upgraded tensorflow's version to 1.13.1, and the problem still exists. |
@YueCongPKU |
I encounter the same problem with error message: dlopen(/Users/...../site-packages/tf_sentencepiece/_sentencepiece_processor_ops.so.so.2.0.0, 6): image not found Version installed within virtualenv:
OS: MacOS 10.15.2 |
I get an error while importing tf_sentencepiece, tensorflow claiming is not able to find the library file : _sentencepiece_processor_ops.so
whereas the path file actually exists..
NotFoundError: [...]\anaconda3\lib\site-packages\tf_sentencepiece_sentencepiece_processor_ops.so
versions:
OS: windows 10
The text was updated successfully, but these errors were encountered: