Skip to content

docker images do not contain the git module #19

@birdybro

Description

@birdybro

Fresh docker for windows install, fresh setup with the batch file first time and I receive the following errors when trying to run DM-release-build and DM-run

DM-release-build:

2024-07-19 15:19:46 Traceback (most recent call last):
2024-07-19 15:19:46   File "/app/src/model_builder.py", line 108, in <module>
2024-07-19 15:19:46     build_release(base, configurations, ENGINES)
2024-07-19 15:19:46   File "/app/src/model_builder.py", line 95, in build_release
2024-07-19 15:19:46     import dactyl_manuform as dactyl_manuform
2024-07-19 15:19:46   File "/app/src/dactyl_manuform.py", line 11, in <module>
2024-07-19 15:19:46     import git
2024-07-19 15:19:46 ModuleNotFoundError: No module named 'git'

DM-run:

2024-07-19 15:19:45 Traceback (most recent call last):
2024-07-19 15:19:45   File "/app/src/dactyl_manuform.py", line 11, in <module>
2024-07-19 15:19:45     import git
2024-07-19 15:19:45 ModuleNotFoundError: No module named 'git'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions