引用代码
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