Skip to content

While installing via dockerfile, at line "RUN python3 -m pip install -r requirements.txt" there was error. #162

Description

@aoe1928

While installing via dockerfile, at line RUN python3 -m pip install -r requirements.txt there was error, "No module named 'setuptools_rust'" and the installation stopped.
I addedRUN python3 -m pip install --upgrade pip and it worked. I think if the pip libraries were too old, you can't install.

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