Closed abubelinha closed 8 months ago
I don't think this package uses any feature that's specific to higher python version. Only work around off the top of my head is to lower the python version requirement. Let me attempt it and see if anything breaks
Can you try out 0.1.3, I've lowered the python version requirement to 3.8, it should work. Update: I've just tested with python 3.8.13 albeit on Linux and it works: pip install polars-fuzzy-match==0.1.3
I still couldn't try it on Python 3.8 (Windows 7 64 bits).
But I can tell you pip install polars-fuzzy-match
was also failing in another computer (Python 3.9, Windows 10) ... and now it just works:
C:\python39\scripts\pip install polars-fuzzy-match
ERROR: Ignored the following versions that require a different python version: 0.1.2 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement polars-fuzzy-match (from versions: none)
ERROR: No matching distribution found for polars-fuzzy-match
C:\python39\scripts\pip install polars-fuzzy-match
Collecting polars-fuzzy-match
Downloading polars_fuzzy_match-0.1.3-cp38-abi3-win_amd64.whl.metadata (3.9 kB)
Downloading polars_fuzzy_match-0.1.3-cp38-abi3-win_amd64.whl (2.8 MB)
---------------------------------------- 2.8/2.8 MB 4.2 MB/s eta 0:00:00
Installing collected packages: polars-fuzzy-match
Successfully installed polars-fuzzy-match-0.1.3
Thanks a lot! I'll try this afternoon in the Python 3.8 machine and close the issue if it works (I suppose it should, looking to your last comment).
BTW I didn't specify 0.1.3 version but I guess it didn't matter.
Off-topic:
In README you describe Fzf-style search syntax "is taken almost verbatim from the Fzf README".
Are you meaning this project? https://github.com/junegunn/fzf?#search-syntax
OK, I can confirm successful installation on Python 3.8 (Windows 7 64 bits).
Thanks a lot for your help
I am trying to make fuzzy matches on Python 3.8 (Windows 7 64 bit), with polars 0.20.13 already installed
Any way of installing this package? Looks like I need a higher Python version but that's the highest one I can use with this OS. I wonder if there is any workaround
Thanks @abubelinha