Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Friday the 1st of April, 2016
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
14:34:22
] <
KDG-WeeChat
> how to downgrade?
[
14:34:44
] <
KDG-WeeChat
> after update it borken :(
[
14:34:51
] <
KDG-WeeChat
> pip
[
14:39:59
] <
KDG-WeeChat
> hmm only pip search is broken...
[
14:58:55
] <
KDG-WeeChat
> pip search test gives errors
[
14:59:16
] <
KDG-WeeChat
> but pip search someting else then i work hmm :-/
[
15:29:28
] <
ilhami
> hey
[
15:29:33
] <
ilhami
> how do I install pip? :D
[
15:29:41
] <
ilhami
> sudo apt-get install python3-pip? :D
[
15:42:39
] <
KDG-WeeChat
> ilhami: it many ways
[
15:43:21
] <
ngoldbaum
> KDG-WeeChat: i think you found a bug in pip
[
15:43:36
] <
ngoldbaum
> i can reproduce over here with "pip search test"
[
15:43:37
] <
ilhami
> KDG-WeeChat: will that work? I need to use virtualenv
[
15:43:39
] <
KDG-WeeChat
> yea i think so too :(
[
15:43:40
] <
ngoldbaum
> i'd file a bug
[
15:44:06
] <
KDG-WeeChat
> thx ngoldbaum :)
[
15:45:06
] <
KDG-WeeChat
> ngoldbaum: pip search sh gives same error as pip search test
[
15:45:40
] <
KDG-WeeChat
> ilhami: i im not a user of virtualenv so...
[
15:45:54
] <
ngoldbaum
> KDG-WeeChat:
bitbucket.org/pypa/pypi/issues/421/pip-search-for-test-ssh-or-remote-result
[
15:46:18
] <
KDG-WeeChat
> cool :)
[
15:46:38
] <
ngoldbaum
> see also
bitbucket.org/pypa/pypi/issues/425/table-and-all-substrings-of-table-of
[
15:47:06
] <
KDG-WeeChat
> ehh who me?
[
20:18:15
] <
Ivo
> Is this really invalid? What's valid? error in livestreamer setup command: Invalid environment marker: python_version<"2.7"
[
20:32:45
] <
Ivo
> getting it from this
travis-ci.org/chrippa/livestreamer/jobs/120161489
[
20:38:07
] <
ngoldbaum
> i don't see anything in your
setup.py
...
[
20:38:45
] <
Ivo
> It's a pull request
[
20:38:48
] <
Ivo
> see this commit
[
20:38:50
] <
Ivo
>
github.com/chrippa/livestreamer/commit/1b2e2e12b9e040f76ff1ac942677161c5ff42834
[
20:53:35
] <
ngoldbaum
> Ivo: I think it might be that you can't do python_version with < or >, it needs to be ==
[
20:53:42
] <
ngoldbaum
>
wheel.readthedocs.org/en/latest/index.html#defining-conditional-dependencies
[
20:53:53
] <
ngoldbaum
> i'm trying to find counterexamples on github..
[
20:54:10
] <
ngoldbaum
> all the examples I can find on github use ==
[
20:54:14
] <
ngoldbaum
>
github.com/search?utf8=%E2%9C%93&q=extras_require+python_version&type=Code&ref=searchresults
[
20:55:29
] <
Ivo
>
python.org/dev/peps/pep-0426/#environment-markers
[
20:55:39
] <
Ivo
>
python.org/dev/peps/pep-0496/#micro-language
[
20:56:17
] <
Ivo
> not spacetrack
[
20:56:22
] <
Ivo
>
github.com/python-astrodynamics/spacetrack/blob/c192eb1d623f910600a3d66da4484435a692db74/setup.py#L69
[
20:56:39
] <
ngoldbaum
> ah, there you go
[
20:56:41
] <
ngoldbaum
> sorry :(
[
20:56:48
] <
ngoldbaum
> i'm just a random person, not involve with pypa
[
20:56:50
] <
Ivo
> or bucketcache
[
20:57:12
] <
Ivo
> Yeah I'm wondering if this is just completely broken
[
20:57:18
] <
Ivo
> until some new setuptools comes out
[
20:57:37
] <
ngoldbaum
> is travis running the latest setuptools/pip?
[
20:58:09
] <
ngoldbaum
> also do you support many python versions < 2.7?
[
20:58:12
] <
Ivo
> I suspect not
[
20:58:27
] <
ngoldbaum
> you could try making it less verbose and using multiple == qualifiers...
[
20:58:30
] <
ngoldbaum
> err, more verbose
[
20:58:39
] <
Ivo
> but then again, does a project like livestreamer want to mandate that a casual user have the latest setuptools
[
20:58:42
] <
ngoldbaum
> could also try upgrading pip/setuptools on travis before building
[
20:58:50
] <
ngoldbaum
> true
[
21:00:06
] <
Ivo
> docker-py has one T_T
github.com/docker/docker-py/blob/master/setup.py#L16
[
22:22:07
] <
KDG-WeeChat
> thanks for being supporty ngoldbaum :)