moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.79k stars 248 forks source link

install pynput on mac mini with ARM chip #412

Closed taoqsun closed 3 years ago

taoqsun commented 3 years ago

i install the pynput on mac mini with ARM chip by command line: sudo python -m pip install pynput then get the below error messages:Requirement already satisfied: six in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from pynput) (1.12.0) ERROR: Could not find a version that satisfies the requirement pyobjc-framework-Quartz>=7.0; sys_platform == "darwin" (from pynput) (from versions: 2.2b1, 2.2b2, 2.2, 2.3, 2.4, 2.5.1, 3.0.1, 3.0.3, 3.0.4, 3.1, 3.1.1, 3.2, 3.2.1b1, 3.2.1, 4.0b1, 4.0, 4.0.1, 4.1, 4.2, 4.2.1, 4.2.2, 5.0a1, 5.0b1, 5.0, 5.1, 5.1.1, 5.1.2, 5.2, 5.3) ERROR: No matching distribution found for pyobjc-framework-Quartz>=7.0; sys_platform == "darwin" (from pynput)

moses-palmer commented 3 years ago

It appears that no compatible release of pyobjc-framework-Quartz has been made for your architecture. I suggest you file an issue with the project upstream.