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.03k stars 91 forks source link

Does not install with pip for python3.5 #24

Closed amarder89 closed 8 years ago

amarder89 commented 8 years ago

When I try pip install marisa-trie i get the following error:

Could not find a version that satisfies the requirement install (from versions: ) No matching distribution found for install

superbobry commented 8 years ago

This is fixed in master and will be released soon.