PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 13th of August, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:02:21] <xnoxk> I received this error http://dpaste.com/15E5DXS after pip install google-api-python-client, i'm working on .virtualenv - any hint?
[09:03:49] <agronholm> xnoxk: looks like the library is python 3 only
[09:07:14] <xnoxk> agronholm: never thought that :X
[09:07:18] <xnoxk> agronholm: what about this? http://dpaste.com/1AYABNF
[09:08:03] <[Tritium]> If it is, they really need to update their readme - "Python 2.6 and 2.7 fully supported, partial support for 3.3"
[09:08:21] <agronholm> "socks" is not a standard library module
[09:08:42] <agronholm> this looks like requesocks vendored urllib3?
[09:08:54] <agronholm> and screwed that up
[09:09:23] <[Tritium]> six.moves looks broken in that
[09:10:11] <[Tritium]> agronholm: do you have your own version of six lying around?
[09:10:27] <agronholm> me? why would I?
[09:10:55] <xnoxk> [Tritium]: ye probably, what do you suggest
[09:11:13] <[Tritium]> whops, wrong nick to tab, sorry
[09:11:44] <[Tritium]> xnoxk: what version of six is in your virtualenv?
[09:12:44] <xnoxk> [Tritium]: '1.10.0'
[09:13:09] <[Tritium]> xnoxk: its needs >=1.6.something,<2
[09:13:25] <[Tritium]> 'six>=1.6.1,<2',
[09:15:06] <[Tritium]> Probably try 1.6.1
[09:15:28] <[Tritium]> if that works, go ahead and fire a bug report
[09:23:35] <xnoxk> [Tritium]: ye it works
[09:24:02] <[Tritium]> fire google a bug about it
[09:24:18] <[Tritium]> they need to either update their code, or at least their setup.py
[09:24:31] <[Tritium]> https://github.com/google/google-api-python-client/issues
[09:35:18] <xnoxk> ;)
[09:35:19] <xnoxk> thanks