Open
Description
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.
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
Labels
No labels