Python pip install doesn't install pynput?

♀尐吖头ヾ 提交于 2021-02-11 14:18:36

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!