You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2023. It is now read-only.
After scaffolding the skeleton on 01-getting-started when running the script bootstrap.sh, the python virtual environment stays locking "forever".
The Pipfile in the skeleton might need to be updated.
Describe the bug
After scaffolding the skeleton on 01-getting-started when running the script bootstrap.sh, the python virtual environment stays locking "forever".
The Pipfile in the skeleton might need to be updated.
Steps to Reproduce
cookiecutter gh:inveniosoftware/cookiecutter-invenio-instance -c v3.4 --no-input./scripts/bootstrapExpected behavior
Finish installing pipenv dependencies and lock Pipfile.
Aditional Information
I noticed it isn't just about my environment because it also happens on the virtualbox image you provided.
After trying to run
pipenv install --skip-lockyou get the errorDeleting the provided Pipfile and creating one with the dependencies as they appeared solved the problem.
Here is the new Pipfile I used.