lemire / fastrand

Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
Apache License 2.0
88 stars 12 forks source link

"pip install fastrand" prefers to install version1.1 instead of 1.2 #12

Closed burcakotlu closed 4 years ago

burcakotlu commented 4 years ago

Hi to all,

We tried to download latest version of fastrand 1.2. However "pip install fastrand" ended up installing 1.1 "pip install fastrand --upgrade" also ended up installing 1.1 What can be the reason for that?

Best, Burcak Otlu

lemire commented 4 years ago

Please try again and report your platform if it fails.

We only support the following wheels... https://pypi.org/project/fastrand/#files

If you have a different platform, you should be installing from source...

Closing... reopen if you have more details.

lemire commented 4 years ago

You may also try

pip install fastrand==1.2.4