weixin_39747577 2020-11-20 19:47
浏览 0

Installing obspyDMT

Hi, I want to try out obspyDMT (which looks great) but am having some trouble getting this working. I installed svn and followed the instructions in the tutorial. But when I try

{{{ ./obspyDMT.py --check }}}

I get

{{{ Check all the dependencies: obspy: not installed numpy ver: 1.6.1 scipy ver: 0.9.0 matplotlib ver: 1.0.1 Basemap ver: 0.99.4 }}}

obspy is required to run the ObsPyDMT!Please refer to http://obspy.org/ [Installing ObsPy]

I tried updating to latest developer version of obspy but it didnt help. Anyone any ideas what the problem may be?

My system information is as follows,

{{{ Linux David 3.3.7-1.fc16.i686 #1 SMP Tue May 22 14:14:30 UTC 2012 i686 i686 i386 GNU/Linux }}}

thanks, David

该提问来源于开源项目:obspy/obspy

  • 写回答

12条回答 默认 最新

  • weixin_39747577 2020-11-20 19:47
    关注

    [hosseini] Hi David,

    Based on the output of:

    {{{ ./obspyDMT.py --check }}}

    It seems that obspy has not been installed properly on your machine. Would you please do the following steps manually and inform us about the outcome:

    {{{ 1. first go to "python" environment...by typing "python" in your shell. 2. then type "from obspy.core import version as version" 3. "print version" }}}

    you should probably get something like:

    {{{ 0.6.2.dev-r3349 }}}

    depends on the version of your installed obspy.

    If not, then you should first install the obspy. (please refer to [http://obspy.org/wiki/InstallationLinuxTop] for more information)

    Best, Kasra

    评论

报告相同问题?