-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4.0安装环境 #51
Comments
pycwr/draw/VerticalSectionPlot.py脚本第231行笔误, |
GUI界面无法绘制“差分反射率”、“多普勒速度”等变量,经过检查发现,是因为色标注册添加了“copy_”这个前缀,导致无法识别色标。报错如下 |
安装的时候出现了若干bug,发现是numpy和matplotlib版本不兼容,最后用了这个环境安装成功
matplotlib<=3.6
python=3.10
numpy=1.26.4
requirements.txt
The text was updated successfully, but these errors were encountered: