PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 7th of June, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[01:13:39] <Ivo> buck1: you can use the local-version if you want to rebuild the wheel
[01:14:20] <Ivo> buck1: http://legacy.python.org/dev/peps/pep-0440/#local-version-identifiers
[01:15:13] <buck1> Ivo: still indicates a code difference where there is none
[01:15:27] <buck1> effectively the same
[01:15:39] <buck1> although maybe better practice
[01:15:53] <Ivo> buck1: only if you yourself define a local version to mean that
[01:16:24] <buck1> Ivo: i'd still need to update all my requirements == yes?
[01:17:22] <Ivo> buck1: only if your requirements use ==, afaik
[01:17:37] <buck1> that's best practice
[01:17:42] <buck1> and we do it
[01:22:54] <Ivo> i don't think so
[01:23:05] <Ivo> then you lock out security and patch updates
[01:25:58] <buck1> need repeatable results on a production website
[01:26:32] <buck1> otherwise the site you tested can be different form the one you push
[01:26:52] <buck1> worse, your various workers can be different versions with more or less bugs each
[11:57:11] <Ivo> amitprakash: try using setuptools directly
[19:39:40] <lonewaft> Hello, I'm trying to install a simple module for Python with pip, but I keep getting "error code 1", this is the first time I've seen an error like this. The paste is here:https://dpaste.de/WCEt can someone help me?
[21:07:14] <radix> lonewaft: just looks like the package is buggy
[21:07:31] <radix> Oops.