lab icon indicating copy to clipboard operation
lab copied to clipboard

[BabyBuddy] uses Python 3.8 now and needs an update

Open nichtmax opened this issue 3 years ago • 3 comments

The guide is broken, update to python 3.8

nichtmax avatar Jan 21 '22 11:01 nichtmax

I was able to sidestep the problem by actually going with official versions (last one is v1.9.3)

That means just replacing the git clone command with

git clone --depth 1 --branch v1.9.3 https://github.com/cdubz/babybuddy.git ~/babybuddy/public

Shouldn't we use official releases anyway instead of the head of develop?

PapaBravo avatar Jan 31 '22 16:01 PapaBravo

if you have a fix that will work for longer, we'd be happy about a PR with a working guide, @PapaBravo . right now, I'm afraid the guide is still broken.

can't tag the original author, but @jdckr also contributed, so maybe they have an idea how this could be fixed?

pascoda avatar Aug 18 '22 12:08 pascoda

I've set the python version to use in the pipenv:

pipenv install --python python3.8
pip3.8 install uwsgi --user

After that the installation went through.

I'd need a section for safely upgrading in the guide.

mrgnz avatar Aug 24 '22 20:08 mrgnz