linux-mint

pip install failing on python2

pip install failing on python2 Question: Following the instructions on this page to install pip on python2 https://linuxhint.com/installing_pip_linux_mint/ It’s failing at the last step, $ sudo python2 get-pip.py with this error, Traceback (most recent call last): File "get-pip.py", line 24226, in <module> main() File "get-pip.py", line 199, in main bootstrap(tmpdir=tmpdir) File "get-pip.py", line 82, in …

Total answers: 5

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) Question: I’m trying to execute a Python script, but I am getting the following error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) I’m using python 3.5.2 on a Linux Mint 18.1 Serena OS Can someone tell me why this happens, …

Total answers: 19

Debianzing a Python program to get a .deb

Debianzing a Python program to get a .deb Question: Aim To create an installable .deb file (or package). Which when clicked would install the software on a Linux machine and an icon would be put on the GNOME panel. So as to launch this application from there. What I have referred to I referred to …

Total answers: 2