作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
关闭。这个问题需要debugging details .它目前不接受答案。
想改进这个问题?将问题更新为 on-topic对于堆栈溢出。
去年关闭。
Improve this question
不工作
import pygame,sys,random,time,keyboard
错误
Traceback (most recent call last):
ImportError: No module named keyboard
[dir: /Users/sebastianegeland/Desktop/kode stuff]
[path: /Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Pyt
最佳答案
看起来您根本没有安装“键盘”库。
在您的终端中只需执行
pip install keyboard
import pygame
import sys
import etc
关于python-3.x - 导入错误 : No module named keyboard,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57761896/
我是一名优秀的程序员,十分优秀!