obspy-users Digest, Vol 58, Issue 13

Hi Tobias;

I installed Obspy using both ways; easy_install and downloading the zip file form Github
and then python setup.py install.

Now. After that I did install future 0.15.2 form here: https://pypi.python.org/pypi/future
and problem 1 was solved. However, it is not recognizing my Scipy, even though I have installed
the 0.16.0 release using pip install. Here is the error:

from obspy.core import read
Traceback (most recent call last):
File “”, line 1, in
File “/opt/antelope/python2.7.8/lib/python2.7/site-packages/obspy-0.10.2-py2.7-macosx-10.4-x86_64.egg/obspy/init.py”, line 47, in
read.doc % make_format_plugin_table(“waveform”, “read”, numspaces=4)
File “/opt/antelope/python2.7.8/lib/python2.7/site-packages/obspy-0.10.2-py2.7-macosx-10.4-x86_64.egg/obspy/core/util/base.py”, line 476, in make_format_plugin_table
“obspy.plugin.%s.%s” % (group, name), method)
File “build/bdist.macosx-10.4-x86_64/egg/pkg_resources.py”, line 346, in load_entry_point
File “build/bdist.macosx-10.4-x86_64/egg/pkg_resources.py”, line 2516, in load_entry_point
File “build/bdist.macosx-10.4-x86_64/egg/pkg_resources.py”, line 2209, in load
File “build/bdist.macosx-10.4-x86_64/egg/pkg_resources.py”, line 2222, in require
File “build/bdist.macosx-10.4-x86_64/egg/pkg_resources.py”, line 594, in resolve
pkg_resources.DistributionNotFound: scipy>=0.7.2

Any hint?

Cheers,

-Esteban

Please follow the advice given by Malcolm and have a look at Geoff's
blog post, it's excellent and detailed instructions.

best,
Tobias