Skip to content
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

can not be installed from github tarballs #83

Open
tacaswell opened this issue Mar 26, 2020 · 0 comments
Open

can not be installed from github tarballs #83

tacaswell opened this issue Mar 26, 2020 · 0 comments

Comments

@tacaswell
Copy link
Contributor

The tarballs that are published via github (ex on this page https://github.com/pytries/datrie/releases/tag/0.8) are generated by running:

git archive 0.8.2 -o datrie-0.8.2.tar.gz --prefix=datrie-0.8.2/

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant