#115062 Report by node ubuntu covering 589 tests from 48 modules resulted into 94 errors

Report

ObsPy version
0.0.0+archive
GitHub Pull Request
-
Report file
XML document
Total runtime
11.0 sec
Report date/time
Dec. 24, 2021, 7:22 p.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
ubuntu
Processor
x86_64
Python Compiler
GCC 7.5.0
Python Implementation
CPython
Python Version
3.9.7
Release
4.15.0-163-generic
System
Linux
Version
#171-Ubuntu SMP Fri Nov 5 11:55:11 UTC 2021

Dependencies

cartopy
0.20.1
decorator
5.1.0
flake8
---
geographiclib
---
lxml.etree
4.7.1
m2crypto
---
matplotlib
3.5.1
mock
---
mpl_toolkits.basemap
---
numpy
1.21.5
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
3.3.0
requests
2.26.0
scipy
1.7.3
setuptools
60.1.0
shapefile
2.1.3
sqlalchemy
1.4.29

Modules (48)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
obspy.clients.filesystem 1 1
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 1 2
obspy.db Not tested -
obspy.geodetics - -
obspy.imaging 1 3
obspy.io.ah 1 4
obspy.io.arclink - -
obspy.io.ascii 3 5 6 7
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css 2 8 9
obspy.io.dmx 4 10 11 12 13
obspy.io.focmec - -
obspy.io.gcf 6 14 15 16 17 18 19
obspy.io.gse2 1 20
obspy.io.hypodd 3 21 22 23
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics 3 24 25 26
obspy.io.kml - -
obspy.io.mseed 1 27
obspy.io.ndk - -
obspy.io.nied 5 28 29 30 31 32
obspy.io.nlloc - -
obspy.io.nordic 1 33
obspy.io.pdas 1 34
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek 1 35
obspy.io.rg16 3 36 37 38
obspy.io.sac 29 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
obspy.io.scardec - -
obspy.io.seg2 2 68 69
obspy.io.segy 1 70
obspy.io.seisan 3 71 72 73
obspy.io.seiscomp - -
obspy.io.sh 7 74 75 76 77 78 79 80
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav 6 81 82 83 84 85 86
obspy.io.win 1 87
obspy.io.xseed 1 88
obspy.io.y 1 89
obspy.io.zmap - -
obspy.realtime 1 90
obspy.scripts 2 91 92
obspy.signal 1 93
obspy.taup 1 94
Summary 94 94

Tracebacks (94)

>>> Cannot import test suite for module obspy.clients.filesystem due to:
------------------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/clients/filesystem/tests/__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 112, in add_doctests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/clients/filesystem/tsindex.py", line 166, in <module>
from obspy.clients.filesystem.miniseed import _MiniseedDataExtractor, \
File "/home/mxhy/obspy-master/obspy/clients/filesystem/miniseed.py", line 15, in <module>
from obspy.clients.filesystem.msriterator import _MSRIterator
File "/home/mxhy/obspy-master/obspy/clients/filesystem/msriterator.py", line 10, in <module>
from obspy.io.mseed.headers import (HPTMODULUS, MS_NOERROR, MS_ENDOFFILE,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
>>> Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/core/tests/__init__.py", line 13, in suite
add_unittests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 63, in add_unittests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/core/tests/test_waveform_plugins.py", line 14, in <module>
from obspy.io.mseed.core import _write_mseed
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
>>> Cannot import test suite for module obspy.imaging due to:
-------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/imaging/tests/__init__.py", line 20, in suite
add_unittests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 63, in add_unittests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/imaging/tests/test_ppsd.py", line 12, in <module>
from obspy.signal.tests.test_spectral_estimation import _get_ppsd
File "/home/mxhy/obspy-master/obspy/signal/__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "/home/mxhy/obspy-master/obspy/signal/spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "/home/mxhy/obspy-master/obspy/signal/invsim.py", line 33, in <module>
from obspy.signal import util
File "/home/mxhy/obspy-master/obspy/signal/util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "/home/mxhy/obspy-master/obspy/signal/headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/ah/tests/test_core.py", line 63, in test_read
st = read(testfile)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/ascii/tests/test_ascii.py", line 692, in test_regression_against_mseed2ascii
read(mseed_file).write(tf.name, format="TSPAIR")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._read_slist
File "/home/mxhy/obspy-master/obspy/io/ascii/core.py", line 112, in _read_slist
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/ascii/core.py", line 131, in obspy.io.ascii.core._read_slist
Failed example:
st = read('/path/to/slist.ascii')
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ascii.core._read_slist[1]>", line 1, in <module>
st = read('/path/to/slist.ascii')
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._read_tspair
File "/home/mxhy/obspy-master/obspy/io/ascii/core.py", line 180, in _read_tspair
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/ascii/core.py", line 199, in obspy.io.ascii.core._read_tspair
Failed example:
st = read('/path/to/tspair.ascii')
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ascii.core._read_tspair[1]>", line 1, in <module>
st = read('/path/to/tspair.ascii')
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/css/tests/test_core.py", line 96, in test_css_read_via_obspy
st = read(self.filename_css)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/css/tests/test_core.py", line 115, in test_nnsa_kb_core_read_via_obspy
st = read(self.filename_nnsa)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/dmx/tests/test_core.py", line 82, in test_check_data_content_sum
st = read(filename)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/dmx/tests/test_core.py", line 30, in test_read_via_obspy
st = read(filename)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/dmx/tests/test_core.py", line 68, in test_read_with_station
st = read(filename, station='EMPL')
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.dmx.__init__
File "/home/mxhy/obspy-master/obspy/io/dmx/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/dmx/__init__.py", line 28, in obspy.io.dmx.__init__
Failed example:
st = read("/path/to/131114_090600.dmx")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.dmx.__init__[1]>", line 1, in <module>
st = read("/path/to/131114_090600.dmx")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/dmx/__init__.py", line 29, in obspy.io.dmx.__init__
Failed example:
print(st) #doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.dmx.__init__[2]>", line 1, in <module>
print(st) #doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/dmx/__init__.py", line 43, in obspy.io.dmx.__init__
Failed example:
st = read("/path/to/131114_090600.dmx", station="EMFO")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.dmx.__init__[5]>", line 1, in <module>
st = read("/path/to/131114_090600.dmx", station="EMFO")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/dmx/__init__.py", line 44, in obspy.io.dmx.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Expected:
1 Trace(s) in Stream:
ETNA.EMFO..Z | 2013-11-14T09:06:00.000000Z - 2013-11-14T09:06:59.990000Z | 100.0 Hz, 6000 samples
Got:
2 Trace(s) in Stream:
ETNA.EMFO..Z | 2013-11-14T09:06:00.000000Z - 2013-11-14T09:06:59.990000Z | 100.0 Hz, 6000 samples
ETNA.EMPL..Z | 2013-11-14T09:06:00.000000Z - 2013-11-14T09:06:59.990000Z | 100.0 Hz, 6000 samples
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/gcf/tests/test_core.py", line 125, in test_merge_gcf_stream
st1 = read(filename, headonly=True, channel_prefix="HN")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/gcf/tests/test_core.py", line 108, in test_read_channel_prefix_via_obspy
st = read(filename, headonly=True, channel_prefix="HN")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/gcf/tests/test_core.py", line 55, in test_read_head_via_obspy
st = read(filename, headonly=True)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/gcf/tests/test_core.py", line 36, in test_read_via_obspy
st = read(filename)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/gcf/tests/test_core.py", line 150, in test_sps_d
st = read(filename, headonly=True, channel_prefix="HN")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gcf.__init__
File "/home/mxhy/obspy-master/obspy/io/gcf/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/gcf/__init__.py", line 21, in obspy.io.gcf.__init__
Failed example:
st = read("/path/to/20160603_1955n.gcf")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.gcf.__init__[1]>", line 1, in <module>
st = read("/path/to/20160603_1955n.gcf")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
>>> Cannot import test suite for module obspy.io.gse2 due to:
-------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/io/gse2/tests/__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 112, in add_doctests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/io/gse2/libgse1.py", line 21, in <module>
from .libgse2 import uncompress_cm6, verify_checksum, read_integer_data
File "/home/mxhy/obspy-master/obspy/io/gse2/libgse2.py", line 37, in <module>
clibgse2 = _load_cdll("gse2")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libgse2_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libgse2_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libgse2_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/event/catalog.py", line 495, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'HYPODDPHA'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/hypodd/tests/test_pha.py", line 109, in test_eventid_map
eventid_map = cat.write(tempfile, 'HYPODDPHA')
File "/home/mxhy/obspy-master/obspy/core/event/catalog.py", line 502, in write
raise ValueError(msg % (format,
ValueError: Writing format "HYPODDPHA" is not supported. Supported types: CMTSOLUTION, CNV, JSON, KML, NLLOC_OBS, NORDIC, QUAKEML, SC3ML, SCARDEC, SHAPEFILE, ZMAP
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/event/catalog.py", line 495, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'HYPODDPHA'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/hypodd/tests/test_pha.py", line 132, in test_write_pha
cat.write(tempfile, 'HYPODDPHA')
File "/home/mxhy/obspy-master/obspy/core/event/catalog.py", line 502, in write
raise ValueError(msg % (format,
ValueError: Writing format "HYPODDPHA" is not supported. Supported types: CMTSOLUTION, CNV, JSON, KML, NLLOC_OBS, NORDIC, QUAKEML, SC3ML, SCARDEC, SHAPEFILE, ZMAP
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/event/catalog.py", line 495, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'HYPODDPHA'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/hypodd/tests/test_pha.py", line 149, in test_write_pha_minimal
cat.write(tempfile, 'HYPODDPHA')
File "/home/mxhy/obspy-master/obspy/core/event/catalog.py", line 502, in write
raise ValueError(msg % (format,
ValueError: Writing format "HYPODDPHA" is not supported. Supported types: CMTSOLUTION, CNV, JSON, KML, NLLOC_OBS, NORDIC, QUAKEML, SC3ML, SCARDEC, SHAPEFILE, ZMAP
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/tests/test_core.py", line 78, in test_read_via_obspy
st = read(filename)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/tests/test_core.py", line 127, in test_reading_via_obspy_and_bytesio
st = read(buf)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.kinemetrics.__init__
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 24, in obspy.io.kinemetrics.__init__
Failed example:
st = read("/path/to/BI008_MEMA-04823.evt")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[1]>", line 1, in <module>
st = read("/path/to/BI008_MEMA-04823.evt")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 25, in obspy.io.kinemetrics.__init__
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 27, in obspy.io.kinemetrics.__init__
Failed example:
print (st) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[3]>", line 1, in <module>
print (st) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 45, in obspy.io.kinemetrics.__init__
Failed example:
stats_evt = st[0].stats.pop('kinemetrics_evt')
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[4]>", line 1, in <module>
stats_evt = st[0].stats.pop('kinemetrics_evt')
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 46, in obspy.io.kinemetrics.__init__
Failed example:
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[5]>", line 1, in <module>
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 58, in obspy.io.kinemetrics.__init__
Failed example:
for k, v in sorted(stats_evt.items()):
print(k, v)
# doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[6]>", line 1, in <module>
for k, v in sorted(stats_evt.items()):
NameError: name 'stats_evt' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 98, in obspy.io.kinemetrics.__init__
Failed example:
type(st[0].data) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[7]>", line 1, in <module>
type(st[0].data) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/kinemetrics/__init__.py", line 100, in obspy.io.kinemetrics.__init__
Failed example:
print(st[0].data)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[8]>", line 1, in <module>
print(st[0].data)
NameError: name 'st' is not defined
>>> Cannot import test suite for module obspy.io.mseed due to:
--------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/io/mseed/tests/__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 112, in add_doctests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/nied/tests/test_knet_reading.py", line 22, in test_read_knet_ascii
tr = read(testfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/nied/tests/test_knet_reading.py", line 56, in test_read_knet_ascii_from_bytes_io
tr = read(buf)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/nied/tests/test_knet_reading.py", line 37, in test_read_knet_ascii_from_open_files
tr = read(fh)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/nied/tests/test_knet_reading.py", line 72, in test_station_name_hack
tr = read(testfile, convert_stnm=True)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.nied.__init__
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 90, in obspy.io.nied.__init__
Failed example:
st = read('/path/to/test.knet')
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[5]>", line 1, in <module>
st = read('/path/to/test.knet')
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 91, in obspy.io.nied.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[6]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 101, in obspy.io.nied.__init__
Failed example:
st = read('/path/to/test.knet',convert_stnm=True)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[7]>", line 1, in <module>
st = read('/path/to/test.knet',convert_stnm=True)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 102, in obspy.io.nied.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[8]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 109, in obspy.io.nied.__init__
Failed example:
print(st[0].stats) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[9]>", line 1, in <module>
print(st[0].stats) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 123, in obspy.io.nied.__init__
Failed example:
print(st[0].stats.knet.stlo)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[10]>", line 1, in <module>
print(st[0].stats.knet.stlo)
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/nied/__init__.py", line 126, in obspy.io.nied.__init__
Failed example:
print(st[0].stats.knet.comment)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[11]>", line 1, in <module>
print(st[0].stats.knet.comment)
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 1447, in write
write_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /tmp/obspy-pkur1fb9
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/nordic/tests/test_nordic.py", line 257, in test_blanksfile
st.write(testing_path, format='MSEED')
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 1452, in write
raise ValueError(msg % (format,
ValueError: Writing format "MSEED" is not supported. Supported types: MSEED, SAC, GSE2, SACXY, Q, SH_ASC, SLIST, TSPAIR, PICKLE, SEGY, SU, WAV, AH
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.pdas.core._read_pdas
File "/home/mxhy/obspy-master/obspy/io/pdas/core.py", line 41, in _read_pdas
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/pdas/core.py", line 57, in obspy.io.pdas.core._read_pdas
Failed example:
st = read("/path/to/p1246001.108")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pdas.core._read_pdas[1]>", line 1, in <module>
st = read("/path/to/p1246001.108")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/pdas/core.py", line 58, in obspy.io.pdas.core._read_pdas
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pdas.core._read_pdas[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/pdas/core.py", line 60, in obspy.io.pdas.core._read_pdas
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pdas.core._read_pdas[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
>>> Cannot import test suite for module obspy.io.reftek due to:
---------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/io/reftek/tests/__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 112, in add_doctests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/io/reftek/core.py", line 16, in <module>
from .packet import (Packet, EHPacket, _initial_unpack_packets, PACKET_TYPES,
File "/home/mxhy/obspy-master/obspy/io/reftek/packet.py", line 17, in <module>
from obspy.io.mseed.headers import clibmseed
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/rg16/tests/test_read_rg16.py", line 35, in test_reading_rg16_files
st_1 = read(fcnt_file)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.rg16.__init__
File "/home/mxhy/obspy-master/obspy/io/rg16/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/rg16/__init__.py", line 53, in obspy.io.rg16.__init__
Failed example:
st = obspy.read(filename)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.rg16.__init__[3]>", line 1, in <module>
st = obspy.read(filename)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/rg16/__init__.py", line 59, in obspy.io.rg16.__init__
Failed example:
st = obspy.read(filename, merge=True)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.rg16.__init__[5]>", line 1, in <module>
st = obspy.read(filename, merge=True)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/rg16/__init__.py", line 65, in obspy.io.rg16.__init__
Failed example:
st = obspy.read(filename, contacts_north=True)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.rg16.__init__[6]>", line 1, in <module>
st = obspy.read(filename, contacts_north=True)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 1447, in write
write_format = buffered_load_entry_point(
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/rg16/tests/test_read_rg16.py", line 408, in test_can_write
st.write(bytstr, 'mseed')
ValueError: Writing format "MSEED" is not supported. Supported types: MSEED, SAC, GSE2, SACXY, Q, SH_ASC, SLIST, TSPAIR, PICKLE, SEGY, SU, WAV, AH
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/rg16/tests/test_read_rg16.py", line 410, in test_can_write
self.fail('Failed to write to mseed!')
AssertionError: Failed to write to mseed!
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 910, in test_always_sac_reftime
tr1 = read(tf)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 824, in test_decimate_resample
tr.decimate(2)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/trace.py", line 280, in _add_processing_info
result = func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/trace.py", line 1839, in decimate
self.filter('lowpass_cheby_2', freq=freq, maxorder=12)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/trace.py", line 280, in _add_processing_info
result = func(*args, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 226, in raise_if_masked
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/trace.py", line 1548, in filter
func = _get_function_from_entry_point('filter', type)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 323, in _get_function_from_entry_point
func = buffered_load_entry_point(entry_point.dist.key,
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/signal/__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "/home/mxhy/obspy-master/obspy/signal/spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "/home/mxhy/obspy-master/obspy/signal/invsim.py", line 33, in <module>
from obspy.signal import util
File "/home/mxhy/obspy-master/obspy/signal/util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "/home/mxhy/obspy-master/obspy/signal/headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 267, in test_default_values
tr = read(self.file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 926, in test_encoding_flag
tr0 = read(self.file_encode, encoding='cp1252')[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 434, in test_issue390
tr = read(self.file, headonly=True, debug_headers=True)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 338, in test_issue_156
st = read(sac_file)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 250, in test_iztype11
tr = read(sod_file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 813, in test_merge_sac_obspy_headers
tr1 = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 370, in test_not_used_but_given_headers
tr1 = read(self.file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 409, in test_null_terminated_strings
tr = read(null_file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 192, in test_read_and_write_via_obspy
tr = read(self.file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 589, in test_read_via_obspy_from_bytes_io
tr = read(buf)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 470, in test_read_with_fsize
self.assertRaises(SacError, read, longer_file)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/case.py", line 731, in assertRaises
return context.handle('assertRaises', args, kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/case.py", line 201, in handle
callable_obj(*args, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 65, in test_read_write_via_obspy
tr1 = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 98, in test_read_write_xy_via_obspy
tr1 = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 83, in test_read_xy_write_xy_via_obspy
tr1 = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 279, in test_reference_time
tr = read(self.fileseis)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 887, in test_sac_file_from_new_header
tr1 = read(tf)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 307, in test_undefined_b
tr = read(self.file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 778, in test_valid_sac_from_minimal_existing_sac_header
tr1 = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 362, in test_write_sac_xy_with_minimum_stats
st = read(sac_file)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 172, in test_write_via_obspy
tr = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 600, in test_write_via_obspy_to_bytes_io
tr = read(self.file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_core.py", line 919, in test_wrong_encoding
tr0 = read(self.file_encode)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sac/tests/test_sactrace.py", line 222, in test_propagate_modified_stats_strings_to_sactrace
tr = read(self.fileseis)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._internal_read_sac_xy
File "/home/mxhy/obspy-master/obspy/io/sac/core.py", line 207, in _internal_read_sac_xy
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/core.py", line 233, in obspy.io.sac.core._internal_read_sac_xy
Failed example:
st = read("/path/to/testxy.sac")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._internal_read_sac_xy[1]>", line 1, in <module>
st = read("/path/to/testxy.sac")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._read_sac
File "/home/mxhy/obspy-master/obspy/io/sac/core.py", line 306, in _read_sac
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/core.py", line 335, in obspy.io.sac.core._read_sac
Failed example:
st = read("/path/to/test.sac")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._read_sac[1]>", line 1, in <module>
st = read("/path/to/test.sac")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._read_sac_xy
File "/home/mxhy/obspy-master/obspy/io/sac/core.py", line 169, in _read_sac_xy
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/core.py", line 195, in obspy.io.sac.core._read_sac_xy
Failed example:
st = read("/path/to/testxy.sac")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._read_sac_xy[1]>", line 1, in <module>
st = read("/path/to/testxy.sac")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.__init__
File "/home/mxhy/obspy-master/obspy/io/sac/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/__init__.py", line 26, in obspy.io.sac.__init__
Failed example:
st = read('/path/to/test.sac', debug_headers=True)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[1]>", line 1, in <module>
st = read('/path/to/test.sac', debug_headers=True)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/__init__.py", line 27, in obspy.io.sac.__init__
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[2]>", line 1, in <module>
st #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/__init__.py", line 29, in obspy.io.sac.__init__
Failed example:
print(st) #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[3]>", line 1, in <module>
print(st) #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/__init__.py", line 41, in obspy.io.sac.__init__
Failed example:
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[4]>", line 1, in <module>
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/__init__.py", line 54, in obspy.io.sac.__init__
Failed example:
print(st[0].stats.sac.dist)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[5]>", line 1, in <module>
print(st[0].stats.sac.dist)
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sac/__init__.py", line 59, in obspy.io.sac.__init__
Failed example:
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[6]>", line 1, in <module>
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/seg2/tests/test_seg2.py", line 99, in test_read_data_format_2
st = read(basename + ".seg2.gz")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 194, in uncompress_file
stream = func(tempfile.name, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/seg2/tests/test_seg2.py", line 124, in test_read_data_format_3
st = read(basename + ".seg2")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
>>> Cannot import test suite for module obspy.io.segy due to:
-------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/io/segy/tests/__init__.py", line 32, in suite
add_doctests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 112, in add_doctests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/io/segy/core.py", line 19, in <module>
from .header import (BINARY_FILE_HEADER_FORMAT, DATA_SAMPLE_FORMAT_CODE_DTYPE,
File "/home/mxhy/obspy-master/obspy/io/segy/header.py", line 8, in <module>
from . import pack, unpack
File "/home/mxhy/obspy-master/obspy/io/segy/unpack.py", line 22, in <module>
from .util import clibsegy
File "/home/mxhy/obspy-master/obspy/io/segy/util.py", line 8, in <module>
clibsegy = _load_cdll("segy")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsegy_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libsegy_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libsegy_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/seisan/tests/test_core.py", line 191, in test_read_obspy
st1 = read(os.path.join(self.path,
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.core._read_seisan
File "/home/mxhy/obspy-master/obspy/io/seisan/core.py", line 112, in _read_seisan
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/core.py", line 128, in obspy.io.seisan.core._read_seisan
Failed example:
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.core._read_seisan[1]>", line 1, in <module>
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/core.py", line 129, in obspy.io.seisan.core._read_seisan
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.core._read_seisan[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/core.py", line 131, in obspy.io.seisan.core._read_seisan
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.core._read_seisan[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.__init__
File "/home/mxhy/obspy-master/obspy/io/seisan/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/__init__.py", line 23, in obspy.io.seisan.__init__
Failed example:
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[1]>", line 1, in <module>
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/__init__.py", line 24, in obspy.io.seisan.__init__
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/__init__.py", line 26, in obspy.io.seisan.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/__init__.py", line 37, in obspy.io.seisan.__init__
Failed example:
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[4]>", line 1, in <module>
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/seisan/__init__.py", line 52, in obspy.io.seisan.__init__
Failed example:
print(st[0].data)
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[5]>", line 1, in <module>
print(st[0].data)
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sh/tests/test_core.py", line 294, in test_header_whitespaces
tr2 = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sh/tests/test_core.py", line 154, in test_read_and_write_multi_channel_asc_file_via_obspy
stream2 = read(tempfile)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sh/tests/test_core.py", line 210, in test_read_and_write_multi_channel_q_file_via_obspy
stream2 = read(tempfile)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/sh/tests/test_core.py", line 280, in test_write_long_header
tr2 = read(tempfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.core._read_asc
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 94, in _read_asc
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 122, in obspy.io.sh.core._read_asc
Failed example:
st = read("/path/to/QFILE-TEST-ASC.ASC")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_asc[1]>", line 1, in <module>
st = read("/path/to/QFILE-TEST-ASC.ASC")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 123, in obspy.io.sh.core._read_asc
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_asc[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 125, in obspy.io.sh.core._read_asc
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_asc[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.core._read_q
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 324, in _read_q
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 365, in obspy.io.sh.core._read_q
Failed example:
st = read("/path/to/QFILE-TEST.QHD")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_q[1]>", line 1, in <module>
st = read("/path/to/QFILE-TEST.QHD")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 366, in obspy.io.sh.core._read_q
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_q[2]>", line 1, in <module>
st #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/core.py", line 368, in obspy.io.sh.core._read_q
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_q[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.__init__
File "/home/mxhy/obspy-master/obspy/io/sh/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/__init__.py", line 23, in obspy.io.sh.__init__
Failed example:
st = read("/path/to/QFILE-TEST-ASC.ASC")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[1]>", line 1, in <module>
st = read("/path/to/QFILE-TEST-ASC.ASC")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/__init__.py", line 24, in obspy.io.sh.__init__
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[2]>", line 1, in <module>
st #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/__init__.py", line 26, in obspy.io.sh.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/__init__.py", line 36, in obspy.io.sh.__init__
Failed example:
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[4]>", line 1, in <module>
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/__init__.py", line 50, in obspy.io.sh.__init__
Failed example:
print(st[0].stats.sh['COMMENT'])
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[5]>", line 1, in <module>
print(st[0].stats.sh['COMMENT'])
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/sh/__init__.py", line 55, in obspy.io.sh.__init__
Failed example:
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[6]>", line 1, in <module>
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/wav/tests/test_core.py", line 76, in test_read_and_write_via_obspy
tr3 = read(testfile)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/wav/tests/test_core.py", line 52, in test_read_head_via_obspy
tr = read(self.file, headonly=True)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/wav/tests/test_core.py", line 39, in test_read_via_obspy
tr = read(self.file)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/wav/tests/test_core.py", line 120, in test_write_stream_via_obspy
tr30 = read(testfile0)[0]
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.wav.core._read_wav
File "/home/mxhy/obspy-master/obspy/io/wav/core.py", line 65, in _read_wav
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/wav/core.py", line 84, in obspy.io.wav.core._read_wav
Failed example:
st = read("/path/to/3cssan.near.8.1.RNON.wav")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.core._read_wav[1]>", line 1, in <module>
st = read("/path/to/3cssan.near.8.1.RNON.wav")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/wav/core.py", line 85, in obspy.io.wav.core._read_wav
Failed example:
print(st) #doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.core._read_wav[2]>", line 1, in <module>
print(st) #doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.wav.__init__
File "/home/mxhy/obspy-master/obspy/io/wav/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/wav/__init__.py", line 22, in obspy.io.wav.__init__
Failed example:
st = read("/path/to/3cssan.near.8.1.RNON.wav")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[1]>", line 1, in <module>
st = read("/path/to/3cssan.near.8.1.RNON.wav")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/wav/__init__.py", line 23, in obspy.io.wav.__init__
Failed example:
print(st) #doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[2]>", line 1, in <module>
print(st) #doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/wav/__init__.py", line 33, in obspy.io.wav.__init__
Failed example:
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[3]>", line 1, in <module>
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/wav/__init__.py", line 48, in obspy.io.wav.__init__
Failed example:
st[0].data
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[4]>", line 1, in <module>
st[0].data
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/io/win/tests/test_core.py", line 28, in test_read_via_obspy
st = read(filename)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
>>> Cannot import test suite for module obspy.io.xseed due to:
--------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/io/xseed/tests/__init__.py", line 13, in suite
add_unittests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 63, in add_unittests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/io/xseed/tests/test_core.py", line 18, in <module>
from obspy.signal.invsim import evalresp_for_frequencies
File "/home/mxhy/obspy-master/obspy/signal/__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "/home/mxhy/obspy-master/obspy/signal/spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "/home/mxhy/obspy-master/obspy/signal/invsim.py", line 33, in <module>
from obspy.signal import util
File "/home/mxhy/obspy-master/obspy/signal/util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "/home/mxhy/obspy-master/obspy/signal/headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.y.core._read_y
File "/home/mxhy/obspy-master/obspy/io/y/core.py", line 130, in _read_y
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/y/core.py", line 149, in obspy.io.y.core._read_y
Failed example:
st = read("/path/to/YAYT_BHZ_20021223.124800")
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.y.core._read_y[1]>", line 1, in <module>
st = read("/path/to/YAYT_BHZ_20021223.124800")
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/y/core.py", line 150, in obspy.io.y.core._read_y
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.y.core._read_y[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/home/mxhy/obspy-master/obspy/io/y/core.py", line 152, in obspy.io.y.core._read_y
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.y.core._read_y[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
>>> Cannot import test suite for module obspy.realtime due to:
--------------------------------------------------------------
File "/home/mxhy/anaconda3/envs/obspy/bin/obspy-runtests", line 11, in <module>
sys.exit(main())
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 745, in main
errors = run(argv, interactive)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 709, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 538, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/home/mxhy/obspy-master/obspy/scripts/runtests.py", line 162, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/home/mxhy/obspy-master/obspy/realtime/tests/__init__.py", line 13, in suite
add_unittests(suite, MODULE_NAME)
File "/home/mxhy/obspy-master/obspy/core/util/testing.py", line 63, in add_unittests
_module = __import__(_module_name,
File "/home/mxhy/obspy-master/obspy/realtime/tests/test_rttrace.py", line 14, in <module>
import obspy.signal.filter
File "/home/mxhy/obspy-master/obspy/signal/__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "/home/mxhy/obspy-master/obspy/signal/spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "/home/mxhy/obspy-master/obspy/signal/invsim.py", line 33, in <module>
from obspy.signal import util
File "/home/mxhy/obspy-master/obspy/signal/util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "/home/mxhy/obspy-master/obspy/signal/headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/scripts/tests/test_print.py", line 19, in test_print
obspy_print(self.all_files)
File "/home/mxhy/obspy-master/obspy/scripts/print.py", line 31, in main
st += read(f, format=args.format)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/scripts/tests/test_print.py", line 28, in test_print_nomerge
obspy_print(['--no-merge'] + self.all_files)
File "/home/mxhy/obspy-master/obspy/scripts/print.py", line 31, in main
st += read(f, format=args.format)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 692, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/mxhy/obspy-master/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/home/mxhy/obspy-master/obspy/core/stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/home/mxhy/obspy-master/obspy/core/util/base.py", line 420, in _read_from_plugin
is_format = buffered_load_entry_point(
File "/home/mxhy/obspy-master/obspy/core/util/misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
return ep.load()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/mxhy/obspy-master/obspy/io/mseed/core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "/home/mxhy/obspy-master/obspy/io/mseed/util.py", line 20, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/home/mxhy/obspy-master/obspy/io/mseed/headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libmseed_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: 无法打开共享对象文件: 没有那个文件或目录
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
ImportError: Failed to import test module: signal
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "/home/mxhy/obspy-master/obspy/signal/__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "/home/mxhy/obspy-master/obspy/signal/spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "/home/mxhy/obspy-master/obspy/signal/invsim.py", line 33, in <module>
from obspy.signal import util
File "/home/mxhy/obspy-master/obspy/signal/util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "/home/mxhy/obspy-master/obspy/signal/headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libsignal_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py
ImportError: Failed to import test module: taup
Traceback (most recent call last):
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 93, in _load_cdll
cdll = ctypes.CDLL(str(libpath))
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/mxhy/obspy-master/obspy/lib/libtau_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mxhy/anaconda3/envs/obspy/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "/home/mxhy/obspy-master/obspy/taup/__init__.py", line 447, in <module>
from .tau import TauPyModel # NOQA
File "/home/mxhy/obspy-master/obspy/taup/tau.py", line 15, in <module>
from .tau_model import TauModel
File "/home/mxhy/obspy-master/obspy/taup/tau_model.py", line 14, in <module>
from .slowness_model import SlownessModel
File "/home/mxhy/obspy-master/obspy/taup/slowness_model.py", line 13, in <module>
from .slowness_layer import (bullen_depth_for,
File "/home/mxhy/obspy-master/obspy/taup/slowness_layer.py", line 9, in <module>
from .c_wrappers import clibtau
File "/home/mxhy/obspy-master/obspy/taup/c_wrappers.py", line 12, in <module>
clibtau = _load_cdll("tau")
File "/home/mxhy/obspy-master/obspy/core/util/libnames.py", line 105, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libtau_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so"
Path: /home/mxhy/obspy-master/obspy/lib/libtau_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so
Current directory: /home/mxhy/obspy-master
ctypes error message: /home/mxhy/obspy-master/obspy/lib/libtau_Linux_64bit_py39.cpython-39-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Directory listing of lib directory:
/home/mxhy/obspy-master/obspy/lib/__init__.py

Skipped tests (2)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_with_geographiclib (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
geodetics test_issue_375 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed

Slowest tests (20)

Runtime Test
1.873s test_read_nlloc_scatter_coordinate_conversion (obspy.io.nlloc.tests.test_util.NLLOCTestCase)
0.978s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
0.218s test_read_many_events (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.209s test_ellipse_plot_tangents (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.189s test_reading_via_file (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.126s test_write_read_quakeml (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.124s test_ellipse_plot (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.124s inside_geobounds (obspy.geodetics.base)
0.101s test_multi_writing (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.097s test_reading (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.095s test_reading_via_plugin (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.094s test_reading_via_bytes_io (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.090s test_write_quakeml (obspy.io.pde.tests.test_mchedr.MchedrTestCase)
0.084s test_populate_waveform_id (obspy.io.sh.tests.test_evt.EvtTestCase)
0.083s test_read_via_module_and_bytesio (obspy.io.kinemetrics.tests.test_core.CoreTestCase)
0.083s test_empty_depth (obspy.io.seiscomp.tests.test_inventory.SC3MLTestCase)
0.082s test_read_via_module (obspy.io.kinemetrics.tests.test_core.CoreTestCase)
0.078s test_units_during_identity_stage (obspy.io.stationxml.tests.test_stationxml.StationXMLTestCase)
0.073s test_populate_waveform_id (obspy.io.hypodd.tests.test_pha.PHATestCase)
0.069s test_parse_complex_list (obspy.io.seiscomp.tests.test_inventory.SC3MLTestCase)