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
I'm working on an app that uses this library, but best I can tell, when I pack my app into an executable using PyInstaller, it doesn't realize that the data packs are necessary. As it so happens, I only need the English data pack, but I'm not sure where to put it in terms of the exe's temp extraction path. Any suggestions? I'll try just (drop point)/data/large_en.msgpack.gz and see if it works.
Some implementation of #61 where, instead of appending data packs, the library lets one choose where to load all of them from might work to help with this, but IDK for sure.
The text was updated successfully, but these errors were encountered:
I'm working on an app that uses this library, but best I can tell, when I pack my app into an executable using PyInstaller, it doesn't realize that the data packs are necessary. As it so happens, I only need the English data pack, but I'm not sure where to put it in terms of the exe's temp extraction path. Any suggestions? I'll try just (drop point)/data/large_en.msgpack.gz and see if it works.
Some implementation of #61 where, instead of appending data packs, the library lets one choose where to load all of them from might work to help with this, but IDK for sure.
The text was updated successfully, but these errors were encountered: