Could not find version that satisfies the requirement thefuzz (unavailable) (from versions: 0.18.0, 0.19.)
serge144 opened this issue · 1 comments
Im trying to install this package on my enviroment using miniconda 3. (So that I can then, on Spyder 5, use this enviroment).
I followed these commands https://stackoverflow.com/questions/19042389/conda-installing-upgrading-directly-from-github
The final command was the same of which you have in your read.me file:
pip install git+git://github.com/seatgeek/thefuzz.git@0.19.0#egg=thefuzz
but giving me these errors:
WARNING: Discarding git+git://github.com/seatgeek/thefuzz.git@0.17.0#egg=thefuzz. Command errored out with exit status 128: git clone -q git://github.com/seatgeek/thefuzz.git 'C:\Users\sergi\AppData\Local\Temp\pip-install-3jejnqto\thefuzz_b5aa560a5b744c2993afa49ee996a5df' Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement thefuzz (unavailable) (from versions: 0.18.0, 0.19.0)
ERROR: No matching distribution found for thefuzz (unavailable)
Nevermind.. just used pip install thefuzz lol.