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
for the given tag. This is because the libdatrie submodule is not also archived and the source for the underlying library is missing. A quick google suggest that this is not easy to fix short of just vendoring the full library.
In Matplotlib we have a download_or_cache function for pulling a few external dependencies that we want to vendor on install, maybe something like that would work here (maybe as a backup?).
I think this is a long standing issue.
The text was updated successfully, but these errors were encountered:
The tarballs that are published via github (ex on this page https://github.com/pytries/datrie/releases/tag/0.8) are generated by running:
for the given tag. This is because the libdatrie submodule is not also archived and the source for the underlying library is missing. A quick google suggest that this is not easy to fix short of just vendoring the full library.
In Matplotlib we have a
download_or_cache
function for pulling a few external dependencies that we want to vendor on install, maybe something like that would work here (maybe as a backup?).I think this is a long standing issue.
The text was updated successfully, but these errors were encountered: