#113041 Report by node gh-actions covering 590 tests from 49 modules resulted into 91 errors

Report

ObsPy version
0.0.0.dev+0.gb153908b37
GitHub Pull Request
https://github.com/obspy/obspy/pull/2722
Report file
XML document
Total runtime
21.7 sec
Report date/time
Feb. 19, 2021, 8:03 a.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
gh-actions
Processor
Intel64 Family 6 Model 85 Stepping 4, GenuineIntel
Python Compiler
MSC v.1927 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.9.1
Release
10
System
Windows
Version
10.0.17763

Dependencies

cartopy
---
decorator
4.4.2
flake8
---
geographiclib
---
lxml.etree
4.6.2
m2crypto
---
matplotlib
3.3.4
mock
---
mpl_toolkits.basemap
---
numpy
1.20.1
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
---
requests
2.25.1
scipy
1.6.1
setuptools
49.2.1
shapefile
---
sqlalchemy
1.3.23

Modules (49)

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 - -
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 - -
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics 3 21 22 23
obspy.io.kml - -
obspy.io.mseed 1 24
obspy.io.ndk - -
obspy.io.nied 5 25 26 27 28 29
obspy.io.nlloc - -
obspy.io.nordic 1 30
obspy.io.pdas 1 31
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek 1 32
obspy.io.rg16 3 33 34 35
obspy.io.sac 29 36 37 38 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
obspy.io.scardec - -
obspy.io.seg2 2 65 66
obspy.io.segy 1 67
obspy.io.seisan 3 68 69 70
obspy.io.seiscomp - -
obspy.io.sh 7 71 72 73 74 75 76 77
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav 6 78 79 80 81 82 83
obspy.io.win 1 84
obspy.io.xseed 1 85
obspy.io.y 1 86
obspy.io.zmap - -
obspy.realtime 1 87
obspy.scripts 2 88 89
obspy.signal 1 90
obspy.taup 1 91
Summary 91 91

Tracebacks (91)

>>> Cannot import test suite for module obspy.clients.filesystem due to:
------------------------------------------------------------------------
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\clients\filesystem\tests\__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 114, in add_doctests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\clients\filesystem\miniseed.py", line 15, in <module>
from obspy.clients.filesystem.msriterator import _MSRIterator
File "D:\a\obspy\obspy\obspy\clients\filesystem\msriterator.py", line 10, in <module>
from obspy.io.mseed.headers import (HPTMODULUS, MS_NOERROR, MS_ENDOFFILE,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
>>> Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\core\tests\__init__.py", line 13, in suite
add_unittests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 65, in add_unittests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\core\tests\test_response.py", line 28, in <module>
from obspy.signal.invsim import evalresp
File "D:\a\obspy\obspy\obspy\signal\__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "D:\a\obspy\obspy\obspy\signal\spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "D:\a\obspy\obspy\obspy\signal\invsim.py", line 33, in <module>
from obspy.signal import util
File "D:\a\obspy\obspy\obspy\signal\util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "D:\a\obspy\obspy\obspy\signal\headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
>>> Cannot import test suite for module obspy.imaging due to:
-------------------------------------------------------------
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\imaging\tests\__init__.py", line 20, in suite
add_unittests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 65, in add_unittests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\imaging\tests\test_ppsd.py", line 12, in <module>
from obspy.signal.tests.test_spectral_estimation import _get_ppsd
File "D:\a\obspy\obspy\obspy\signal\__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "D:\a\obspy\obspy\obspy\signal\spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "D:\a\obspy\obspy\obspy\signal\invsim.py", line 33, in <module>
from obspy.signal import util
File "D:\a\obspy\obspy\obspy\signal\util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "D:\a\obspy\obspy\obspy\signal\headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\ah\tests\test_core.py", line 63, in test_read
st = read(testfile)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\ascii\tests\test_ascii.py", line 692, in test_regression_against_mseed2ascii
read(mseed_file).write(tf.name, format="TSPAIR")
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\ascii\core.py", line 112, in _read_slist
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\ascii\core.py", line 180, in _read_tspair
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\css\tests\test_core.py", line 96, in test_css_read_via_obspy
st = read(self.filename_css)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\css\tests\test_core.py", line 115, in test_nnsa_kb_core_read_via_obspy
st = read(self.filename_nnsa)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\dmx\tests\test_core.py", line 82, in test_check_data_content_sum
st = read(filename)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\dmx\tests\test_core.py", line 30, in test_read_via_obspy
st = read(filename)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\dmx\tests\test_core.py", line 68, in test_read_with_station
st = read(filename, station='EMPL')
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.dmx.__init__
File "D:\a\obspy\obspy\obspy\io\dmx\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 125, in test_merge_gcf_stream
st1 = read(filename, headonly=True, channel_prefix="HN")
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 55, in test_read_head_via_obspy
st = read(filename, headonly=True)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 36, in test_read_via_obspy
st = read(filename)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 150, in test_sps_d
st = read(filename, headonly=True, channel_prefix="HN")
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gcf.__init__
File "D:\a\obspy\obspy\obspy\io\gcf\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
>>> Cannot import test suite for module obspy.io.gse2 due to:
-------------------------------------------------------------
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\io\gse2\tests\__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 114, in add_doctests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\io\gse2\core.py", line 8, in <module>
from . import libgse1, libgse2
File "D:\a\obspy\obspy\obspy\io\gse2\libgse1.py", line 21, in <module>
from .libgse2 import uncompress_cm6, verify_checksum, read_integer_data
File "D:\a\obspy\obspy\obspy\io\gse2\libgse2.py", line 37, in <module>
clibgse2 = _load_cdll("gse2")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libgse2_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libgse2_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libgse2_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\kinemetrics\tests\test_core.py", line 78, in test_read_via_obspy
st = read(filename)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\kinemetrics\tests\test_core.py", line 127, in test_reading_via_obspy_and_bytesio
st = read(buf)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.kinemetrics.__init__
File "D:\a\obspy\obspy\obspy\io\kinemetrics\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\io\mseed\tests\__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 114, in add_doctests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\nied\tests\test_knet_reading.py", line 22, in test_read_knet_ascii
tr = read(testfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\nied\tests\test_knet_reading.py", line 56, in test_read_knet_ascii_from_bytes_io
tr = read(buf)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\nied\tests\test_knet_reading.py", line 37, in test_read_knet_ascii_from_open_files
tr = read(fh)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\nied\tests\test_knet_reading.py", line 72, in test_station_name_hack
tr = read(testfile, convert_stnm=True)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.nied.__init__
File "D:\a\obspy\obspy\obspy\io\nied\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\stream.py", line 1447, in write
write_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: C:\Users\RUNNER~1\AppData\Local\Temp\obspy-z1dgk_yt
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\nordic\tests\test_nordic.py", line 234, in test_blanksfile
st.write(testing_path, format='MSEED')
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\pdas\core.py", line 41, in _read_pdas
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\io\reftek\tests\__init__.py", line 12, in suite
add_doctests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 114, in add_doctests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\io\reftek\core.py", line 15, in <module>
from .packet import (Packet, EHPacket, _initial_unpack_packets, PACKET_TYPES,
File "D:\a\obspy\obspy\obspy\io\reftek\packet.py", line 17, in <module>
from obspy.io.mseed.headers import clibmseed
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\rg16\tests\test_read_rg16.py", line 31, in test_reading_rg16_files
st_1 = read(fcnt_file)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.rg16.__init__
File "D:\a\obspy\obspy\obspy\io\rg16\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\stream.py", line 1447, in write
write_format = buffered_load_entry_point(
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\rg16\tests\test_read_rg16.py", line 404, 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 "D:\a\obspy\obspy\obspy\io\rg16\tests\test_read_rg16.py", line 406, in test_can_write
self.fail('Failed to write to mseed!')
AssertionError: Failed to write to mseed!
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 910, in test_always_sac_reftime
tr1 = read(tf)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 824, in test_decimate_resample
tr.decimate(2)
File "<decorator-gen-13>", line 2, in decimate
File "D:\a\obspy\obspy\obspy\core\trace.py", line 280, in _add_processing_info
result = func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\trace.py", line 1839, in decimate
self.filter('lowpass_cheby_2', freq=freq, maxorder=12)
File "<decorator-gen-9>", line 2, in filter
File "D:\a\obspy\obspy\obspy\core\trace.py", line 280, in _add_processing_info
result = func(*args, **kwargs)
File "<decorator-gen-8>", line 2, in filter
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 226, in raise_if_masked
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\trace.py", line 1548, in filter
func = _get_function_from_entry_point('filter', type)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 322, in _get_function_from_entry_point
func = buffered_load_entry_point(entry_point.dist.key,
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\signal\__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "D:\a\obspy\obspy\obspy\signal\spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "D:\a\obspy\obspy\obspy\signal\invsim.py", line 33, in <module>
from obspy.signal import util
File "D:\a\obspy\obspy\obspy\signal\util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "D:\a\obspy\obspy\obspy\signal\headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 267, in test_default_values
tr = read(self.file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 926, in test_encoding_flag
tr0 = read(self.file_encode, encoding='cp1252')[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 434, in test_issue390
tr = read(self.file, headonly=True, debug_headers=True)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 338, in test_issue_156
st = read(sac_file)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 250, in test_iztype11
tr = read(sod_file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 813, in test_merge_sac_obspy_headers
tr1 = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 370, in test_not_used_but_given_headers
tr1 = read(self.file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 409, in test_null_terminated_strings
tr = read(null_file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 192, in test_read_and_write_via_obspy
tr = read(self.file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 589, in test_read_via_obspy_from_bytes_io
tr = read(buf)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 470, in test_read_with_fsize
self.assertRaises(SacError, read, longer_file)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\case.py", line 733, in assertRaises
return context.handle('assertRaises', args, kwargs)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\case.py", line 201, in handle
callable_obj(*args, **kwargs)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 65, in test_read_write_via_obspy
tr1 = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 98, in test_read_write_xy_via_obspy
tr1 = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 83, in test_read_xy_write_xy_via_obspy
tr1 = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 279, in test_reference_time
tr = read(self.fileseis)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 887, in test_sac_file_from_new_header
tr1 = read(tf)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 307, in test_undefined_b
tr = read(self.file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 778, in test_valid_sac_from_minimal_existing_sac_header
tr1 = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 362, in test_write_sac_xy_with_minimum_stats
st = read(sac_file)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 172, in test_write_via_obspy
tr = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 600, in test_write_via_obspy_to_bytes_io
tr = read(self.file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_core.py", line 919, in test_wrong_encoding
tr0 = read(self.file_encode)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sac\tests\test_sactrace.py", line 222, in test_propagate_modified_stats_strings_to_sactrace
tr = read(self.fileseis)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\sac\core.py", line 207, in _internal_read_sac_xy
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\sac\core.py", line 306, in _read_sac
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\sac\core.py", line 169, in _read_sac_xy
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.__init__
File "D:\a\obspy\obspy\obspy\io\sac\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\seg2\tests\test_seg2.py", line 99, in test_read_data_format_2
st = read(basename + ".seg2.gz")
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 194, in uncompress_file
stream = func(tempfile.name, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\seg2\tests\test_seg2.py", line 124, in test_read_data_format_3
st = read(basename + ".seg2")
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
>>> Cannot import test suite for module obspy.io.segy due to:
-------------------------------------------------------------
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\io\segy\tests\__init__.py", line 32, in suite
add_doctests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 114, in add_doctests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\io\segy\core.py", line 19, in <module>
from .header import (BINARY_FILE_HEADER_FORMAT, DATA_SAMPLE_FORMAT_CODE_DTYPE,
File "D:\a\obspy\obspy\obspy\io\segy\header.py", line 8, in <module>
from . import pack, unpack
File "D:\a\obspy\obspy\obspy\io\segy\unpack.py", line 22, in <module>
from .util import clibsegy
File "D:\a\obspy\obspy\obspy\io\segy\util.py", line 8, in <module>
clibsegy = _load_cdll("segy")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsegy_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libsegy_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsegy_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\seisan\tests\test_core.py", line 191, in test_read_obspy
st1 = read(os.path.join(self.path,
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\seisan\core.py", line 112, in _read_seisan
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.__init__
File "D:\a\obspy\obspy\obspy\io\seisan\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sh\tests\test_core.py", line 294, in test_header_whitespaces
tr2 = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sh\tests\test_core.py", line 154, in test_read_and_write_multi_channel_asc_file_via_obspy
stream2 = read(tempfile)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sh\tests\test_core.py", line 210, in test_read_and_write_multi_channel_q_file_via_obspy
stream2 = read(tempfile)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\sh\tests\test_core.py", line 280, in test_write_long_header
tr2 = read(tempfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\sh\core.py", line 95, in _read_asc
----------------------------------------------------------------------
File "D:\a\obspy\obspy\obspy\io\sh\core.py", line 123, 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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\obspy\io\sh\core.py", line 124, in obspy.io.sh.core._read_asc
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\sh\core.py", line 126, in obspy.io.sh.core._read_asc
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\sh\core.py", line 325, in _read_q
----------------------------------------------------------------------
File "D:\a\obspy\obspy\obspy\io\sh\core.py", line 366, in obspy.io.sh.core._read_q
Failed example:
st = read("/path/to/QFILE-TEST.QHD")
Exception raised:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\obspy\io\sh\core.py", line 367, in obspy.io.sh.core._read_q
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\sh\core.py", line 369, in obspy.io.sh.core._read_q
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.__init__
File "D:\a\obspy\obspy\obspy\io\sh\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\wav\tests\test_core.py", line 76, in test_read_and_write_via_obspy
tr3 = read(testfile)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\wav\tests\test_core.py", line 52, in test_read_head_via_obspy
tr = read(self.file, headonly=True)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\wav\tests\test_core.py", line 39, in test_read_via_obspy
tr = read(self.file)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\wav\tests\test_core.py", line 120, in test_write_stream_via_obspy
tr30 = read(testfile0)[0]
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\wav\core.py", line 65, in _read_wav
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.wav.__init__
File "D:\a\obspy\obspy\obspy\io\wav\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\io\win\tests\test_core.py", line 28, in test_read_via_obspy
st = read(filename)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
>>> Cannot import test suite for module obspy.io.xseed due to:
--------------------------------------------------------------
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\io\xseed\tests\__init__.py", line 13, in suite
add_unittests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 65, in add_unittests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\io\xseed\tests\test_core.py", line 18, in <module>
from obspy.signal.invsim import evalresp_for_frequencies
File "D:\a\obspy\obspy\obspy\signal\__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "D:\a\obspy\obspy\obspy\signal\spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "D:\a\obspy\obspy\obspy\signal\invsim.py", line 33, in <module>
from obspy.signal import util
File "D:\a\obspy\obspy\obspy\signal\util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "D:\a\obspy\obspy\obspy\signal\headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\obspy\io\y\core.py", line 130, in _read_y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
----------------------------------------------------------------------
File "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "D:\a\obspy\obspy\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\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 "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\hostedtoolcache\windows\Python\3.9.1\x64\Scripts\coverage.exe\__main__.py", line 7, in <module>
sys.exit(main())
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 865, in main
status = CoverageScript().command_line(argv)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 582, in command_line
return self.do_run(options, args)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\cmdline.py", line 740, in do_run
runner.run()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\coverage\execfile.py", line 247, in run
exec(code, main_mod.__dict__)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 754, in <module>
errors = run(interactive=False)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 708, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 537, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "D:\a\obspy\obspy\obspy\scripts\runtests.py", line 161, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
File "D:\a\obspy\obspy\obspy\realtime\tests\__init__.py", line 13, in suite
add_unittests(suite, MODULE_NAME)
File "D:\a\obspy\obspy\obspy\core\util\testing.py", line 65, in add_unittests
_module = __import__(_module_name,
File "D:\a\obspy\obspy\obspy\realtime\tests\test_rttrace.py", line 14, in <module>
import obspy.signal.filter
File "D:\a\obspy\obspy\obspy\signal\__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "D:\a\obspy\obspy\obspy\signal\spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "D:\a\obspy\obspy\obspy\signal\invsim.py", line 33, in <module>
from obspy.signal import util
File "D:\a\obspy\obspy\obspy\signal\util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "D:\a\obspy\obspy\obspy\signal\headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\scripts\tests\test_print.py", line 19, in test_print
obspy_print(self.all_files)
File "D:\a\obspy\obspy\obspy\scripts\print.py", line 31, in main
st += read(f, format=args.format)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\scripts\tests\test_print.py", line 28, in test_print_nomerge
obspy_print(['--no-merge'] + self.all_files)
File "D:\a\obspy\obspy\obspy\scripts\print.py", line 31, in main
st += read(f, format=args.format)
File "<decorator-gen-31>", line 2, in read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 689, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "<decorator-gen-32>", line 2, in _read
File "D:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "D:\a\obspy\obspy\obspy\core\stream.py", line 248, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "D:\a\obspy\obspy\obspy\core\util\base.py", line 419, in _read_from_plugin
is_format = buffered_load_entry_point(
File "D:\a\obspy\obspy\obspy\core\util\misc.py", line 632, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 488, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2861, in load_entry_point
return ep.load()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2461, in load
return self.resolve()
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\site-packages\pkg_resources\__init__.py", line 2467, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "D:\a\obspy\obspy\obspy\io\mseed\core.py", line 16, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "D:\a\obspy\obspy\obspy\io\mseed\util.py", line 19, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "D:\a\obspy\obspy\obspy\io\mseed\headers.py", line 17, in <module>
__clibmseed = _load_cdll("mseed")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libmseed_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
ImportError: Failed to import test module: signal
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "D:\a\obspy\obspy\obspy\signal\__init__.py", line 197, in <module>
from .spectral_estimation import PPSD
File "D:\a\obspy\obspy\obspy\signal\spectral_estimation.py", line 42, in <module>
from obspy.signal.invsim import cosine_taper
File "D:\a\obspy\obspy\obspy\signal\invsim.py", line 33, in <module>
from obspy.signal import util
File "D:\a\obspy\obspy\obspy\signal\util.py", line 19, in <module>
from obspy.signal.headers import clibsignal
File "D:\a\obspy\obspy\obspy\signal\headers.py", line 13, in <module>
clibsignal = _load_cdll("signal")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libsignal_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y
ImportError: Failed to import test module: taup
Traceback (most recent call last):
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\ctypes\__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\a\obspy\obspy\obspy\lib\libtau_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\hostedtoolcache\windows\python\3.9.1\x64\lib\unittest\loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "D:\a\obspy\obspy\obspy\taup\__init__.py", line 447, in <module>
from .tau import TauPyModel # NOQA
File "D:\a\obspy\obspy\obspy\taup\tau.py", line 15, in <module>
from .tau_model import TauModel
File "D:\a\obspy\obspy\obspy\taup\tau_model.py", line 14, in <module>
from .slowness_model import SlownessModel
File "D:\a\obspy\obspy\obspy\taup\slowness_model.py", line 13, in <module>
from .slowness_layer import (bullen_depth_for,
File "D:\a\obspy\obspy\obspy\taup\slowness_layer.py", line 9, in <module>
from .c_wrappers import clibtau
File "D:\a\obspy\obspy\obspy\taup\c_wrappers.py", line 12, in <module>
clibtau = _load_cdll("tau")
File "D:\a\obspy\obspy\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libtau_Windows_64bit_py39.cp39-win_amd64.pyd"
Path: D:\a\obspy\obspy\obspy\lib\libtau_Windows_64bit_py39.cp39-win_amd64.pyd
Current directory: D:\a\obspy\obspy
ctypes error message: Could not find module 'D:\a\obspy\obspy\obspy\lib\libtau_Windows_64bit_py39.cp39-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
:, D, \, \, \, \, \, a, b, b, b, b, i, l, o, o, o, p, p, p, s, s, s,
y, y, y

Skipped tests (9)

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
io.nlloc test_read_nlloc_scatter_coordinate_conversion (obspy.io.nlloc.tests.test_util.NLLOCTestCase) pyproj not installed
io.shapefile test_write_catalog_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_catalog_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_catalog_shapefile_with_extra_field (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile_with_extra_field (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed

Slowest tests (20)

Runtime Test
3.570s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
0.763s test_read_many_events (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.633s test_ellipse_plot_tangents (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.622s test_reading_via_file (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.423s test_empty_depth (obspy.io.seiscomp.tests.test_inventory.SC3MLTestCase)
0.367s test_multi_writing (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.336s test_ellipse_plot (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
0.317s test_reading (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.307s test_reading_via_plugin (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.305s test_reading_via_bytes_io (obspy.io.iaspei.tests.test_core.IASPEITestCase)
0.278s test_populate_waveform_id (obspy.io.sh.tests.test_evt.EvtTestCase)
0.260s test_read_via_module (obspy.io.kinemetrics.tests.test_core.CoreTestCase)
0.256s test_read_via_module_and_bytesio (obspy.io.kinemetrics.tests.test_core.CoreTestCase)
0.222s test_write_quakeml (obspy.io.pde.tests.test_mchedr.MchedrTestCase)
0.220s inside_geobounds (obspy.geodetics.base)
0.213s test_units_during_identity_stage (obspy.io.stationxml.tests.test_stationxml.StationXMLTestCase)
0.198s test_populate_waveform_id (obspy.io.hypodd.tests.test_pha.PHATestCase)
0.192s test_tele_event2 (obspy.io.sh.tests.test_evt.EvtTestCase)
0.173s test_reading_the_same_file_twice_does_not_raise_a_warnings (obspy.io.ndk.tests.test_ndk.NDKTestCase)
0.159s test_read_and_write_full_file (obspy.io.stationxml.tests.test_stationxml.StationXMLTestCase)