PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 15th of February, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[01:06:22] <njs> maxLeet`: usually ubuntu comes with openssl installed, which is what you need to use ssl, but *not* the -dev version that you need to build software that uses ssl
[01:07:13] <njs> maxLeet`: so make sure to try 'apt install libssl-dev', not just 'apt install libssl' or finding openssl in the software center
[03:11:58] <maxLeet`> njs: it was a matter of a wrong repo that I setup when installing another pacakge.
[03:13:39] <maxLeet`> njs: openssl was installed already, but when i was trying to install pip django it was bringing up error about python3.6.7 and needing dependencies
[22:12:58] <disi> is it correct to say "easy_install is not maintained any longer"?
[22:25:24] <toad_polo> Kinda.
[22:25:38] <toad_polo> More that easy_install is deprecated.
[22:25:58] <toad_polo> It's part of setuptools, which is maintained, you definitely should not be using it, but parts of setuptools do use it.
[22:34:35] <disi> ty
[22:57:32] <disi> is the global distutils.cfg not respected in a virtualenv?
[23:37:26] <disi> nope, it isn't