python pygogo 抛出错误,没有名为 builtins 的模块
python pygogo throws error, no module named builtins
我在 raspberry pi 3 b 上使用 python 和 pygogo,用于错误登录。
执行 python 程序后出现错误
pygogo no module named builtins
安装 future
模块对我有用。
sudo pip install future
我在 raspberry pi 3 b 上使用 python 和 pygogo,用于错误登录。
执行 python 程序后出现错误
pygogo no module named builtins
安装 future
模块对我有用。
sudo pip install future