Skip to content

Missing requerments [?] for Windows 11 #41

Open
@karegeo

Description

@karegeo

Good day!

Tolerate did run almost of of the box on freshly installed python 3.12.9 (but not 3.13) except of some missing requirements.

Image

There were issue with mediapipe which was resolved after installation of msvc-runtime

pip install msvc-runtime

After that, it lead to next error:
"OSError: Could not find any hidapi library"

Which was resolved by

pip install hidapi

That lead to final problems with DualSense part, and one was resoled in that way #38
and for 'hidapi.dll' it was done by hand #40

Unfortunately, my knowledge of 'poetry' is lacking so it not possible for me to modify the project template directly right now.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions