赞
踩
https://github.com/agile-geoscience/seisplot
在windows10下安装python3.7,下载参考源码到本地。
cmd> python seisplot.py --demo
- File "D:/Desktop/python可视化/seisplot/seisplot.py", line 16, in <module>
- import yaml
- ModuleNotFoundError: No module named 'yaml'
-
- >pip3 install yaml
- Could not find a version that satisfies the requirement yaml (from versions: )
- No matching distribution found for yaml
查看environment.yml:
- channels:
- - defaults
- - conda-forge
- dependencies:
- - matplotlib
- - numpy
- - obspy
- - pillow
- - pyyaml
安装相关依赖包,如 obspy pillow pyyaml
cmd> pip3 install obspy
出现proxy error, 添加选项 --proxy server:por
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。