引用代码
from windrose import WindroseAxes
报错:module 'matplotlib.docstring' has no attribute 'Appender'
问题是我目前安装的python 3.8,windrose也要安装最新的。
安装方法
第一种:
pip install git+https://github.com/python-windrose/windrose
第一种速度会比较慢,可以使用第二种:
git clone https://github.com/python-windrose/windrose
python setup.py install
本文针对在Python3.8环境下安装windrose模块时遇到的'module'matplotlib.docstring'hasnoattribute'Appender'错误,提供了两种安装windrose的详细方法,包括直接使用pip命令安装或通过git克隆后本地安装。
2991

被折叠的 条评论
为什么被折叠?



