Open FrancescoScandiffio opened 1 year ago
Did you ever find a solution to this?
Did you ever find a solution to this?
Hello @brandonwheat, no I never found any solution. Actually, I didn't even look for it because it was just a feasibility study for a hobby project.
Hello,
I would like to use the sentencepiece python package on a Raspberry Pi 3B with 32 bit Raspi OS but I am experiencing some difficulties with the import. The available wheels are not compatible with my setup so I followed your guide to build the package from source (at https://github.com/google/sentencepiece/blob/master/python/README.md). The installation ends successfully, but when I try to import it raises an
ImportError
:Can you help me with this issue? Should I manually link some library or add specific flags to the cmake?
Thank you in advance for any assistance you can provide.
Log, from the end of
make install