kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs

Home Page:https://plyer.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gyroscope "NotImplementedError" for iOS

surak opened this issue · comments

When trying to use on plyer 2.1.0 on iOS 16.1, I get:

File "/private/var/containers/Bundle/Application/58807B38-1317-47A3-85D5-9418B551D47C/touchtracer.app/lib/python3.9/site-packages/plyer/facades/gyroscope.py", line 100, in enable
     self._enable()
   File "/private/var/containers/Bundle/Application/58807B38-1317-47A3-85D5-9418B551D47C/touchtracer.app/lib/python3.9/site-packages/plyer/facades/gyroscope.py", line 117, in _enable
     raise NotImplementedError()
 NotImplementedError

Looks like #111 some years later

commented

This is a wild guess based on seeing what others have stumbled over: Did you have pyobjus installed?

try pip install plyer[ios]

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have the means to take action. Please reach out if you have or find the answers we need so that we can investigate further.