lab
lab copied to clipboard
[BabyBuddy] uses Python 3.8 now and needs an update
The guide is broken, update to python 3.8
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?
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?
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.