Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.sh : fix installation of pip in non-arch linux #146

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AbhiSgr
Copy link

@AbhiSgr AbhiSgr commented Jul 12, 2020

fixes "unable to locate package" for python-pip, by fetching the get-pip.py file, using curl, from "https://bootstrap.pypa.io/get-pip.py" , the python script is then ran, and deleted after it's job is done.
These fixes are required after python2's "python-pip" went obsolete & missing from packages list.

fixes "unable to locate package" for python-pip, by fetching the get-pip.py file, using curl, from "https://bootstrap.pypa.io/get-pip.py"
These fixes are required after python2's "python-pip" went obsolete & missing from packages list.
@adeii
Copy link

adeii commented Aug 1, 2020

Quick fix for pip and backports.lzma in setup.sh

+sudo apt install git python-dev python3-dev
+aria2c https://bootstrap.pypa.io/get-pip.py
+python get-pip.py

+git clone git://github.com/peterjc/backports.lzma.git
+cd backports.lzma
+python setup.py install
+cd ../..
+pip install protobuf pycrypto pyinstaller backports.lzma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants