Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gyroscope "NotImplementedError" for iOS #733

Closed
surak opened this issue Jan 9, 2023 · 2 comments
Closed

Gyroscope "NotImplementedError" for iOS #733

surak opened this issue Jan 9, 2023 · 2 comments

Comments

@surak
Copy link

surak commented Jan 9, 2023

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

@Julian-O
Copy link
Contributor

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

try pip install plyer[ios]

Copy link

github-actions bot commented Dec 8, 2023

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.

@github-actions github-actions bot closed this as completed Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants