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

Matplotlib version #57

Closed shicks-seismo closed 7 years ago

shicks-seismo commented 7 years ago

Hi Tobias

So I'm trying a fresh install of Obspyck. I have installed the current Master version of Obspy.

When I try to start Obspyck, I get the following error:

ImportError: cannot import name get_matplotlib_version

Has something changed in the most recent development version of Obspy that doesn't support this function?

megies commented 7 years ago

Myeah.. we changed a few things in the dependency version lookups, see obspy/obspy#1734.. should be fixed on master with 751f382d99b3b3030b91f104a7b6532997491809, let me know if there's still a problem.

shicks-seismo commented 7 years ago

Working great - thanks!