fast-luhn
fast-luhn copied to clipboard
Installation error
Same issue on 3.7 inside Conda: pip install fast-luhn ERROR: Could not find a version that satisfies the requirement fast-luhn (from versions: none) ERROR: No matching distribution found for fast-luhn
Originally posted by @alittlesliceoftom in https://github.com/cybermatt/fast-luhn/issues/1#issuecomment-596524474
Having the same issue using Python 3.9.5 Am I doing something wrong?
$ pip install fast-luhn
ERROR: Could not find a version that satisfies the requirement fast-luhn (from versions: none)
ERROR: No matching distribution found for fast-luhn
tried out installing with older version (3.8.10) and still not working
Same error here on 3.9.5 Tried to go down to 3.8.8 and still same error Tried with 3.6 and it gave me
Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement fast-luhn (from versions: )
No matching distribution found for fast-luhn```
I am also having these issues on 3.8 and 3.9
Same here:
- Python 3.10.9
- Poetry (version 1.5.1)
Me too: Python 3.11.3 and Poetry (version 1.5.1)
got same error python 3.11.1