Closed avivace closed 4 years ago
Hi @avivace the error has been fixed here https://github.com/inveniosoftware/invenio-previewer/pull/127 However, it might take a bit until it's released. So for now if you need to proceed you can add nbconvert = {extras = ["execute"], version = ">=4.1.0,<6.0.0"}
to your Pipfile
. Removing the Pipfile.lock
might make things easier to "reinstall".
Hope it helps!
@ppanero I removed the Pipfile.lock
, appended nbconvert = {extras = ["execute"], version = ">=4.1.0,<6.0.0"}
to Pipfile
's dev-dependencies, regenerated the Pipfile.lock
file and then ./docker/build-images.sh
run with no problem, thanks!
Environment
I'm trying with a clean Vagrant VM, untouched situation after
vagrant up
andvagrant ssh
. No errors are reported during the VM setting up phase.Steps to Reproduce
While trying to follow the third tutorial, I run
./docker/build-images.sh
and then it stopsExpected behavior
Logs
Context
Error