ImportError: No module named pynput.keyboard

前端 未结 2 1492
一个人的身影
一个人的身影 2021-01-26 03:42

I have a problem and I can\'t find anything to help.The idea is that I can\'t import pynput. I did the pip install and this is what it shows:

> Traceback (mos         


        
2条回答
  •  广开言路
    2021-01-26 04:46

    How are you running the file? When you do python3 nameofyourprogram.py you should use pip3 install pynput

提交回复
热议问题