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

Incomplete Readme, pip error, some buttons not working #4

Open
jphein opened this issue Apr 18, 2020 · 4 comments
Open

Incomplete Readme, pip error, some buttons not working #4

jphein opened this issue Apr 18, 2020 · 4 comments

Comments

@jphein
Copy link

jphein commented Apr 18, 2020

First off, Thank you!!!

The read me leaves out these instructions that are in the script.
Prerequisite:
pip3 install python-uinput pygatt gatt more-itertools cmath --user

I needed to add numpy to the line, and I got this error:

Collecting cmath
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/cmath/

I assumed the mouse would move when i moved the remote, then realized you use the touchpad.

@jphein jphein changed the title Incomplete Read me Incomplete Readme, pip error, and jumpy mouse. Apr 18, 2020
@jphein
Copy link
Author

jphein commented Apr 18, 2020

Also, the zoom out - button does nothing.
Is there really only one click on the touch portion? It notice you have mapped that to scroll mode from move cursor mode.

@jphein
Copy link
Author

jphein commented Apr 18, 2020

lsb_release --all No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.10 Release: 19.10 Codename: eoan

@jphein jphein changed the title Incomplete Readme, pip error, and jumpy mouse. Incomplete Readme, pip error, some buttons not working Apr 18, 2020
@jphein
Copy link
Author

jphein commented Apr 18, 2020

Can we use the information from the orientation readings for gesture controls? Maybe for scrolling?

@toot-toot
Copy link

I had this problem as well until I found out that cmath is built-in although pip won't get to the install until it has downloaded everything.
So just remove cmath (and maybe add numpy) from the pip command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants