-
Notifications
You must be signed in to change notification settings - Fork 87
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
Installation fails with Python 3.7 #52
Comments
Manual workaround: Download and unpack the tar.gz.
Ideally, the Thank you. |
It's an issue with |
or just use conda: |
Built using Cython 0.29.2. Fixes #52
I'm still seeing this build failure with Python 3.7 and |
pip3 install git+https://github.com/pytries/datrie.git |
You're a lifesaver, thank you! |
@superbobry Hi, Sergei. Could you please tag and release a new version of |
@superbobry @kmike Hello. I'm sorry to bring this up, but this issue shouldn't be closed until the updated version is on PyPI. Other things that depend on |
pytries/datrie#52 although ___closed___ is not yet released to https://pypi.org/project/datrie
I also now fell into this when pip installing Snakemake on 3.7 - the workaround worked. On Wednesday I will teach Snakemake at a workshop :-) Is there a good reason for not updating PyPI yet? Please don't get me wrong, I am not complaining: "not having time to do this yet" would be a good reason. I really appreciate you sharing and maintaining this code. Anything I/we can help with to get a new version out on PyPI? |
Building a software that relies on dantrie, we also need a newer version that works with python 3.7. Really appreciate you maintaining this code. (: |
Hi,
Python 3.7 introduced some ABI changes which require auto-generated C files to be updated. Is new release planned?
Best,
The text was updated successfully, but these errors were encountered: