Closed mtraynham closed 7 years ago
Here's some more debug info
$ pip install chance==0.104 --verbose --no-deps
Collecting chance==0.104
1 location(s) to search for versions of chance:
* https://pypi.python.org/simple/chance/
Getting page https://pypi.python.org/simple/chance/
Looking up "https://pypi.python.org/simple/chance/" in the cache
Current age based on date: 3566
Freshness lifetime from max-age: 600
Freshness lifetime from request max-age: 600
The cached response is "stale" with no etag, purging
Starting new HTTPS connection (1): pypi.python.org
"GET /simple/chance/ HTTP/1.1" 200 374
Updating cache with response from "https://pypi.python.org/simple/chance/"
Caching b/c date exists and max-age > 0
Analyzing links from page https://pypi.python.org/simple/chance/
Found link https://pypi.python.org/packages/40/3d/dfdbd63e996f3dcfaffdc9c176715a336dca5d1d4183d5deee644d86014e/chance-0.102.tar.gz#md5=7b2da7acafc6f91b233b62b1e9748149 (from https://pypi.python.org/simple/chance/), version: 0.102
Found link https://pypi.python.org/packages/52/ba/30695aed2a1f79d31e234244c9defcdd154ec57d12f0419ae287f31207bd/chance-0.101.tar.gz#md5=ed2565f53d04d2bec0403f5ebf4dbbfe (from https://pypi.python.org/simple/chance/), version: 0.101
Found link https://pypi.python.org/packages/e9/92/323d46c8ab2d696bb19e3aca46717b891771441f56001499c905674e4656/chance-0.103.tar.gz#md5=ea4d93b51f0918a97be0df6b474aaafc (from https://pypi.python.org/simple/chance/), version: 0.103
Could not find a version that satisfies the requirement chance==0.104 (from versions: 0.101, 0.102, 0.103)
Cleaning up...
No matching distribution found for chance==0.104
It looks like https://pypi.python.org/simple/chance/ and https://pypi.python.org/pypi/chance/ do not match, which is weird.
Wow! Thanks for showing this. Sorry, i didn't notice this issue, was busy at work. I'll handle it this weekend.
I don't know why, but it wasn't uploaded to https://pypi.python.org/simple/chance/ when i had ran release last time. Just did it again and now it works fine. Thanks for your response!
Thanks for handling this!
For some reason, I can't install 0.104 from PyPI. I get this:
pip 9.0.1 python 3.6.0
Have you seen this before?