PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 6th of June, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:37:36] <lesocratic> I got this error message (pastebin.com/fBsvHDJp) when installing psycopg2 for my virtualenv
[09:38:09] <lesocratic> What can I do ?
[09:39:22] <xafer> install python-dev package to have the missing headers
[09:53:57] <lesocratic> xafer: Okay
[09:58:10] <lesocratic> I had already installed python-dev package
[10:02:31] <xafer> lesocratic, and python3-dev maybe since you seem to be installing in a python3.4 env
[19:09:27] <lesocratic> xafer, All is Ok for mme. Thanks you;-)
[19:59:39] <carljm> __machine: that comment you linked is two years old. There hadn't been any discussion of removing dependency_links at that point.
[20:05:13] <carljm> __machine: And I agree that using dependency-links to link to a specific version in setup.py is a bad idea, because it turns your setup.py from an expression of abstract dependencies into concrete dependencies. But that recommendation was a way to replace using a requirements file in setup.py, which has the same problem. So it's no worse.
[23:33:08] <buck1> so somehow we've gotten a bad whl into our private pypi
[23:33:18] <buck1> and we have wheel caching by default all over the place
[23:33:31] <buck1> is there any alternative to tracking down all the caches and rm'ing files?
[23:33:53] <tos9> version bump :)
[23:34:08] <buck1> seems extreme since we haven't touched that code in >1 year
[23:34:16] <buck1> but that's an option yes
[23:34:24] <buck1> do whl's themselves have versions?
[23:34:37] <tos9> AIUI it's just the package version.
[23:35:02] <buck1> ideally i could put a build2 up on the server and our systems do check the server before using the cache