TobiiGlassesPyController icon indicating copy to clipboard operation
TobiiGlassesPyController copied to clipboard

version tobiiglassesctrl==2.4.3 does not compile due to opencv-python==4.1.2.30

Open HAJEKEL opened this issue 6 months ago • 0 comments

When I try to instsall version tobiiglassesctrl==2.4.3, I get the error: 8.137 ERROR: No matching distribution found for opencv-python==4.1.2.30 I have the latest version of pip3. Also when I install tobiglassesctrl with pip, by default tobiiglassesctrl==2.2.6 gets installed. I checked that using: import pkg_resources

version = pkg_resources.get_distribution("tobiiglassesctrl").version print(version)

HAJEKEL avatar Aug 19 '24 09:08 HAJEKEL