python WindroseAxes 报错 has no attribute ‘Appender‘
生活随笔
收集整理的這篇文章主要介紹了
python WindroseAxes 报错 has no attribute ‘Appender‘
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
引用代碼
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總結
以上是生活随笔為你收集整理的python WindroseAxes 报错 has no attribute ‘Appender‘的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: WPF 创建无边框的圆角窗口
- 下一篇: HTMLParser-实战