megies / obspyck

ObsPyck is a GUI application that is intended to cover the tasks in a standard analysis workflow for seismic events in seismological observatory practice.
https://github.com/megies/obspyck/wiki
GNU General Public License v2.0
61 stars 32 forks source link

ObsPy error: Tried installing ObsPyck with miniconda3 #108

Open aileen-fisher opened 1 year ago

aileen-fisher commented 1 year ago

ObsPyck/miniconda3/envs/obspyck/lib/python3.11/site-packages/obspyck/util.py", line 33, in import obspy.clients.arclink ModuleNotFoundError: No module named 'obspy.clients.arclink'

aileen-fisher commented 1 year ago

From ObsPy Changelog (https://docs.obspy.org/changelog.html):

obspy.clients.arclink:

submodule removed completely, since ArcLink was officially deprecated and deactivated on all big datacenters years ago (see #2994)
megies commented 1 year ago

you either need an older obspy version <1.3 or you can remove your obspyck package and then install master branch like..

conda remove --force --offline obspyck
pip install https://github.com/megies/obspyck/archive/refs/heads/master.zip