导入matplotlib模块出错了
import matplotlib.pyplot as pltTraceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import matplotlib.pyplot as plt
File "D:\python\lib\site-packages\matplotlib\__init__.py", line 107, in <module>
from . import cbook, rcsetup
File "D:\python\lib\site-packages\matplotlib\cbook\__init__.py", line 28, in <module>
import numpy as np
File "D:\python\lib\site-packages\numpy\__init__.py", line 305, in <module>
_win_os_check()
File "D:\python\lib\site-packages\numpy\__init__.py", line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('D:\\python\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
这是怎么回事,看上去是系统问题 重装一下模块试一下?
pip uninstall 模块名
pip install 模块名 weiter 发表于 2020-12-6 21:25
重装一下模块试一下?
重装了还是不行啊
http://blog.itblood.com/1375.html
https://blog.csdn.net/HsinglukLiu/article/details/109555299
https://my.oschina.net/u/4383937/blog/4769799
百度上搜报错搜出来的几个,你看看?
页:
[1]