Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.
This repository was archived by the owner on May 10, 2023. It is now read-only.

Scaffolding update #109

@jucapoid

Description

@jucapoid

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

  1. Follow 01-getting-started
  2. Execute cookiecutter gh:inveniosoftware/cookiecutter-invenio-instance -c v3.4 --no-input
  3. Execute ./scripts/bootstrap
  4. Wait forever

Expected 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-lock you get the error

ERROR: Couldn't install package: invenio

Deleting the provided Pipfile and creating one with the dependencies as they appeared solved the problem.

Here is the new Pipfile I used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions