问题
When I type
pip install pynput
in the command prompt it just says collecting pynput
and doesn't install. I have already checked to make sure pip works. I am using Python 3.5.0.
回答1:
Upgrade pip
python -m pip install --upgrade pip
Then Try:
python -m pip install pynput
来源:https://stackoverflow.com/questions/61048438/python-pip-install-doesnt-install-pynput