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

Exception when running with Obspy 1.x.x #22

Closed dylanmikesell closed 7 years ago

dylanmikesell commented 8 years ago

Is this package going to be upgraded to work with the latest obspy? I installed today and tried to run, but got the following:

Traceback (most recent call last): File "/usr/local/bin/obspyck.py", line 4346, in raise Exception("ObsPy >= 0.11 not supported.") Exception: ObsPy >= 0.11 not supported.

I am running Obspy 1.0.1.

It would be awesome to use your program, but not sure how much work it will take to upgrade.

Dylan

megies commented 8 years ago

I don't have time and can't be bothered to look into what it takes to make it ObsPy 1.0 compatible right now. Plus, with anaconda it's super easy to have a separate environment for ObsPyck with ObsPy 0.10.x. See obspy wiki and especially the example with pinning.

dylanmikesell commented 8 years ago

Thanks. I will try the pinning example with ObsPy 0.10.x. If I get time I will look into making it work with 1.0 as well. Maybe it is not a big job.

megies commented 7 years ago

@dylanmikesell did you look into this?

megies commented 7 years ago

Fixed with #31.

megies commented 7 years ago

ObsPy 1.1.0 is out and I released a new ObsPyck through conda-forge channel, so installation is one-line now with Anaconda, see the wiki.