Python-无法导入pyautogui

问题描述

Python 3.9.0 (tags/v3.9.0:9cf6752,Oct  5 2020,15:34:40) [MSC v.1927 64 bit (AMD64)] on win32
Type "help","copyright","credits" or "license()" for more information.


>>> import pyautogui
Traceback (most recent call last):
  File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py",line 305,in <module>
    _win_os_check()
  File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py",line 302,in _win_os_check
    raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('C:\\Users\\ADMIN\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime.
>>> 

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)