pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.04k stars 92 forks source link

Python 3.11 support #81

Closed mondonomo closed 2 years ago

mondonomo commented 2 years ago

Is Python 3.11 rc2 supported? I'm getting an error when compiling: src/agent.cpp:758:10: fatal error: marisa/query.h: No such file or directory

BoboTiG commented 2 years ago

It was fixed with #80. I'll cut a new release later in the week.

mondonomo commented 2 years ago

thanks

ghost commented 1 year ago

I'll cut a new release later in the week.

Any update on this? Python 3.11 released yesterday. Installing from git seems to work fine, but a new release would be nice.

FrederikP commented 1 year ago

@BoboTiG I would be very happy about a new release with these changes as I can't simply install the git version in the setup I'm working on. Thanks :)

BoboTiG commented 1 year ago

I'm on it :+1:

BoboTiG commented 1 year ago

The job is running, it is a matter of minutes.

FrederikP commented 1 year ago

Seeing the latest release: https://pypi.org/project/marisa-trie/ I'll try it out asap. Thanks for the super quick reaction