import error for pyautogui

前端 未结 5 1938
囚心锁ツ
囚心锁ツ 2021-01-04 08:48

I installed the pyautogui module and dependencies via pip-3.2 on my raspi correctly, However when I am trying to do

import pyautogui

I am g

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-04 09:18

    It might be because you're trying it from a python 2.x shell. Instead try this command on a python3 shell and try importing the same.

提交回复
热议问题