Open hbk619 opened 3 years ago
After a short investigation, here is what I think happens: a problem similar to this https://github.com/python-poetry/poetry/issues/2269 makes poetry ignore platform specific requirements. I suspect it affects pip install gest
because I use poetry to push to PyPI.
Before I figure out a proper fix, it might help to run pip install pynput
.
That works :+1:
This is a neat project!
I cloned the repo, ran poetry install, used poetry to run the scroll demo script and got:
I activated the poetry shell via
poetry shell
and tried again:Running
pip install gest
shows an error but does actually install and then(venv) ➜ gest-test python -m gest.examples.two_handed_scroll_and_click
works.X-server is running and display is set
I planned on integrating with Talon as an experiment so I don't think I need pynput for that but wondered what I've missed to make it work :-)