import error for pyautogui

前端 未结 5 1978
囚心锁ツ
囚心锁ツ 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:13

    True you would have to use python 3. First you have to make sure you checked the change system path variable while installing python 3. then open the command prompt on windows and type

    pip install pyautogui 
    

    or

    pip3 install pyautogui
    

    in osx and linux.

提交回复
热议问题