Re: Bug#937769: getting python-linecache2/python-traceback2 fixes into testing (FAO traceback2, funcsigs nipype and numba maintainers).

2020-04-25 Thread peter green
On 21/04/2020 22:20, Thomas Goirand wrote: So, if I'm following correctly, what you seem to propose, is to remove Python 2 from unittest2. If that's the case, then I agree with such a plan. I just didn't dare to do it yet. Yes, whichever approach is taken to dealing with funcsigs, unittest2 will

Re: best practice when installing python packages

2020-04-25 Thread Scott Kitterman
On Saturday, April 25, 2020 1:10:37 PM EDT Anil F Duggirala wrote: > hello, > Im having an issue while installing a piece of software with pip3: > pip3 install --user -r contrib/requirements/requirements-binaries.txt > > Command "python setup.py egg_info" failed with error code 1 in > /tmp/pip-ins

best practice when installing python packages

2020-04-25 Thread Anil F Duggirala
hello, Im having an issue while installing a piece of software with pip3: pip3 install --user -r contrib/requirements/requirements-binaries.txt Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-48wlqr39/PyQt5/ I had previously installed: apt install python3-pyqt5. No