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

pip is not installed by install.sh #250

Open
nufer opened this issue Apr 14, 2020 · 3 comments
Open

pip is not installed by install.sh #250

nufer opened this issue Apr 14, 2020 · 3 comments

Comments

@nufer
Copy link

nufer commented Apr 14, 2020

On my system, install.sh does not install pip, but relies on it.

easy_install is not available.?

The setup just runs fine, the errors are not visible and just ignored if the installation fails because of this.

@hgiachetti
Copy link

hgiachetti commented Apr 15, 2020

Hi nufer try manual installing:
sudo apt install python-pip

I leave my install steps, perhaps helps someone.

git clone https://github.com/Manuel83/craftbeerpi.git
cd craftbeerpi
edit requeriments.txt: Change GitPhyton 2.1.3 => 2.1.15
sudo ./install.sh
sudo apt install pyton-pip
sudo ./install.sh (yes! again)

@staticdev
Copy link

Good it solved my problem! Thanks @hgiachetti .. @Manuel83 should also fix requirements.txt. Current version is not working.

@soinwi
Copy link

soinwi commented Jun 18, 2020

I can confirm that updating the GitPython Version from 2.1.3 to 2.1.15 fixed the installation on my system too.
But I guess python-pip was preinstalled on my system (I used a newly installed raspbian, the current version from the "Raspberry Pi Imager")

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

4 participants