You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\gao\Desktop\HoshinoBot\run.py", line 1, in <module>
import hoshino
File "C:\Users\gao\Desktop\HoshinoBot\hoshino\__init__.py", line 54, in <module>
from . import R
File "C:\Users\gao\Desktop\HoshinoBot\hoshino\R.py", line 9, in <module>
from hoshino import logger, util
File "C:\Users\gao\Desktop\HoshinoBot\hoshino\util\__init__.py", line 12, in <module>
from matplotlib import pyplot as plt
File "C:\Users\gao\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\__init__.py", line 174, in <module>
_check_versions()
File "C:\Users\gao\AppData\Local\Programs\Python\Python39\lib\site-packages\matplotlib\__init__.py", line 159, in _check_versions
from . import ft2font
ImportError: DLL load failed while importing ft2font: 找不到指定的模块。
目前可以降级matplotlib来暂时解决
pip install matplotlib==3.2.0
The text was updated successfully, but these errors were encountered: