Obspy and Antelope

Dear All;

I have installed Obspy in my Antelope’s Python, however I am having problems
running basic stuff:

from obspy.core import read
Traceback (most recent call last):
File “”, line 1, in
File “obspy/init.py”, line 32, in
from future.builtins import * # NOQA
ImportError: No module named future.builtins

Python 2.7.8 (default, Apr 14 2015, 16:15:56)

Does anybody know how can I fix this?

Thanks in advance,

Esteban

Hi Esteban,

ImportError means a module is missing that is is expected to be there.
The "future" module is one of obspy's dependencies, normally those
should get installed as well when installing obspy, but I do not know by
which means you installed obspy.

best,
Tobias

Esteban,

Take a look here:http://geoffdavis.github.io/blog/2014/08/11/installing-obspy-for-antelope-5-dot-4-on-rhel-slash-centos-6/

Geoff Davis at UCSD has solved this problem.

Cheers,
Malcolm