notebooker
notebooker copied to clipboard
ERROR: Service 'git-repo-init' failed to build : Build failed
Sequence:
- git clone
- cd docker
- docker-compose up
Okey, I tried to run via python: python setup.py develop
Ok, I'm trying to install the latest version
Hey, thanks for trying Notebooker out.
The pin was added to Werkzeug here due to this issue: https://github.com/pallets/werkzeug/issues/2485. It looks like it was fixed in Werkzeug==2.2.2 so perhaps you can try removing the pin locally from setup.cfg
and seeing if it runs okay without the pin?
Alternatively I think you can install an older version of flask
- flask==2.1.3
seems to be the latest version which would work.