Python ImportError:使用anaconda安装后,没有名为pyautogui的模块

Python ImportError:使用anaconda安装后,没有名为pyautogui的模块,python,anaconda,importerror,pyautogui,conda-forge,Python,Anaconda,Importerror,Pyautogui,Conda Forge,编辑2:是否需要管理员权限? 在Windows上安装anaconda并尝试安装以下命令后: >>pip install pyautogui >>conda install -c conda-forge pyautogui >>conda install -c conda-forge/label/cf201901 pyautogui >>conda install -c conda-forge/label/cf202003 pyautogui 我收

编辑2:是否需要管理员权限? 在Windows上安装anaconda并尝试安装以下命令后:

>>pip install pyautogui
>>conda install -c conda-forge pyautogui
>>conda install -c conda-forge/label/cf201901 pyautogui
>>conda install -c conda-forge/label/cf202003 pyautogui
我收到一封信

>>> import pyautogui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pyautogui'
导入pyautogui 回溯(最近一次呼叫最后一次): 文件“”,第1行,在 ModuleNotFoundError:没有名为“pyautogui”的模块
pyautogui命令也不起作用。在安装Windows 10的thale Anaconda for Windows 10过程中没有出现错误。

在Anaconda控制台上尝试以下操作:

  pip install -U pyautogui

并确保它已安装。

Anaconda终端显示它已安装。它在所有需求上显示“需求已经满足,跳过升级”。您好,先生,您是否尝试激活环境,然后安装pyautogui?是的,我确实激活了它