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

Problems installing via Anaconda #84

Closed megies closed 3 years ago

megies commented 5 years ago

Sometimes broken third party packages circulate in Anaconda which can lead to problems in setting up a working obspyck installation.

Right now the following results in a broken installation for me (I get some broken lxml packages):

$ conda create -n obspyck_test python=2.7 obspyck

So I added a note to the wiki with a working set of packages, see https://github.com/megies/obspyck/wiki#problems-with-installation-via-anaconda:

$ conda create -n obspyck_test python=2.7 obspyck=0.5.1 matplotlib=2.0.0 qt=4.8.7 lxml=3.8.0