Skip to content
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

ObsPy error: Tried installing ObsPyck with miniconda3 #108

Open
aileen-fisher opened this issue Sep 7, 2023 · 2 comments
Open

ObsPy error: Tried installing ObsPyck with miniconda3 #108

aileen-fisher opened this issue Sep 7, 2023 · 2 comments

Comments

@aileen-fisher
Copy link

aileen-fisher commented Sep 7, 2023

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
Copy link
Author

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
Copy link
Owner

megies commented Sep 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants