PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 18th of July, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:45:31] <Decorater> wow this place feels ded
[01:05:44] <Decorater> anyone there right now?
[01:05:46] <Decorater> https://git.io/vK2cC
[01:05:48] <sigmavirus24> Decorater: that's because everyone who works on packaging dies inside
[01:06:01] <Decorater> oh?
[01:06:06] <sigmavirus24> Decorater: it's a thankless job
[01:06:09] <sigmavirus24> All people do is complain
[01:06:21] <Decorater> wow
[01:06:51] <Decorater> well all I need is to somehow force pip to not delete the build data I give it and it wont stop going in and savign the fiels in my temp folder
[01:06:57] <Decorater> even if I try to override it
[01:07:04] <Decorater> got aidea on this part?
[01:07:06] <sigmavirus24> hm
[01:07:13] <Decorater> because i need _sodium.c
[01:07:20] <Decorater> that it generates
[01:07:29] <Decorater> I cant get it from anywhere else but pip
[01:07:30] <sigmavirus24> You could download the package and unpack it into the directory you need
[01:07:38] <sigmavirus24> pip install --download . <package>
[01:07:44] <Decorater> put it makes the file
[01:07:53] <Decorater> also I am not downloading it
[01:07:56] <sigmavirus24> The package makes _sodium.c?
[01:08:07] <Decorater> because I hate it locally and tried to change it to force it to install
[01:08:11] <Decorater> yes
[01:08:17] <Decorater> its PyNacl
[01:08:23] <Decorater> I have to manually build it for 3.6
[01:08:31] <Decorater> all I need is the pyd's for it to work
[01:09:13] <Decorater> aka _sodium.cp36-win32.pyd and _sodium.cp36-win_amd64.pyd
[01:09:17] <Decorater> those 2 files
[01:10:15] <Decorater> lets say its all because python 3.6 does not have a binary wheel like 3.5 has
[01:10:38] <Decorater> and well I experiance too much issues with 3.5 that 3.6 fixes
[01:11:23] <sigmavirus24> Did you try running https://github.com/pyca/pynacl/blob/14e67dc73e185974ca7d4eaba97f76310bad5bef/src/bindings/build.py to generate _sodium.c?
[01:11:50] <Decorater> oh
[01:17:25] <sigmavirus24> Decorater: ?
[01:19:31] <Decorater> oh
[01:19:34] <Decorater> I see
[01:19:41] <Decorater> its setup.py that deletes it
[01:30:50] <Decorater> wow I was wrong with 1 thing
[01:31:03] <Decorater> I was supposed to do path to the lib not with the lib file itself
[01:31:06] <Decorater> that was my issue
[01:31:08] <Decorater> LOL