From: Thomas K. <th...@kl...> - 2013-08-08 17:46:53
|
On 8 August 2013 09:56, Russell E. Owen <ro...@uw...> wrote: > BTW: pip refuses to install pytz for me, claiming a suitable version was > not found, and listing dozens of versions. Anyone else seen this? I > don't recall seeing it before recently. I ended up downloading the > source and using distutils. > Recent versions of pip don't like pytz's version numbering scheme. It's not quite clear which end will fix this: https://bugs.launchpad.net/pytz/+bug/1204837 https://github.com/pypa/pip/issues/974 Thomas |