[07:59:51] <tj__> hey, i'm foolin around with debian, django, python3 and virtualenv and i can't "pip3 install mysqlclient" in virtualenv, it gives me the "Command python setup.py egg_info failed with error code 1 in...". I tried installing 'n upgrading setuptools, i read the 3 stackoverflow pages, didn't find anything useful for me. does anyone have an idea?
[08:02:29] <tj__> same thing if i try to install psycoppg2... for postgreSQL
[11:19:34] <gadget> Hello. I'm trying to copy a json file into EGG-INFO when installing a package. Is there another way of doing this other than creating a method to run with a egg_info.writers entry point?
[11:20:21] <gadget> or if that sounds like an odd thing to do; the high level thing that I'm trying to achieve is to supply some arbitrary metadata about my package to a consumer application through pkg_resources
[11:29:57] <ronny> gadget: what kind of data do you want to supply?
[11:32:14] <gadget> Preferably some json about what things the plugin provides to the consumer application
[11:33:00] <dstufft> gadget: I think egg_info.writers is the primary way
[11:33:08] <dstufft> you might be able to hack it by overriding some command though