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

E: Unable to locate package python-pip #10

Open
shafzhr opened this issue May 10, 2020 · 2 comments
Open

E: Unable to locate package python-pip #10

shafzhr opened this issue May 10, 2020 · 2 comments

Comments

@shafzhr
Copy link

shafzhr commented May 10, 2020

Ubuntu 20.04
Hi, I'm running:

./sec-tools/sec-tools setup && source ~/.bashrc

and getting the following output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'python-dev-is-python2' instead of 'python-dev'
E: Unable to locate package python-pip

I tried doing:

sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python-pip

But it seems that there is no python-pip for Ubuntu 20.04 as python2 support was dropped.

@eugenekolo
Copy link
Owner

Hey @shafzhr thank you for letting me know. I'm not updating this project anymore due to the lack of time and other priorities. I believe the fix is using the recommend pip installation process here: https://pip.pypa.io/en/stable/installing/ .

@e2b1
Copy link

e2b1 commented Oct 19, 2020

I've fixed it by changing line 31 in sec-tools to:

PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl zlib1g zlib1g-dev wget automake autoconf python3-dev git subversion python3-pip ruby libglib2.0-dev pkg-config unzip default-jre"

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

No branches or pull requests

3 participants