#136870 Report by node DESKTOP-LS51N17 covering 577 tests from 49 modules resulted into 96 errors

Report

ObsPy version
0.0.0+archive
GitHub Pull Request
-
Report file
XML document
Total runtime
8.8 sec
Report date/time
Dec. 31, 2023, 9:39 a.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
DESKTOP-LS51N17
Processor
Intel64 Family 6 Model 165 Stepping 2, GenuineIntel
Python Compiler
MSC v.1916 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.11.5
Release
10
System
Windows
Version
10.0.22631

Dependencies

cartopy
---
decorator
5.1.1
flake8
6.0.0
future
0.18.3
geographiclib
---
lxml.etree
4.9.3
m2crypto
---
matplotlib
3.7.2
mock
---
mpl_toolkits.basemap
---
numpy
1.24.3
pep8-naming
---
pyflakes
3.0.1
pyimgur
---
pyproj
---
requests
2.31.0
scipy
1.11.1
setuptools
68.0.0
shapefile
---
sqlalchemy
1.4.39

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 1 3
obspy.geodetics - -
obspy.imaging 1 4
obspy.io.ah 1 5
obspy.io.arclink - -
obspy.io.ascii 3 6 7 8
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css 1 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 1 21
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics 3 22 23 24
obspy.io.kml - -
obspy.io.mseed 1 25
obspy.io.ndk - -
obspy.io.nied 5 26 27 28 29 30
obspy.io.nlloc - -
obspy.io.nordic 3 31 32 33
obspy.io.pdas 1 34
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek 1 35
obspy.io.rg16 5 36 37 38 39 40
obspy.io.sac 29 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
obspy.io.scardec - -
obspy.io.seg2 2 70 71
obspy.io.segy 1 72
obspy.io.seisan 3 73 74 75
obspy.io.seiscomp - -
obspy.io.sh 7 76 77 78 79 80 81 82
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav 6 83 84 85 86 87 88
obspy.io.win 1 89
obspy.io.xseed 1 90
obspy.io.y 1 91
obspy.io.zmap - -
obspy.realtime 1 92
obspy.scripts 2 93 94
obspy.signal 1 95
obspy.taup 1 96
Summary 96 96

Tracebacks (96)

>>> Cannot import test suite for module obspy.clients.filesystem due to:
------------------------------------------------------------------------
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\clients\filesystem\tests\__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 119, in add_doctests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\clients\filesystem\miniseed.py", line 20, in <module>
from obspy.clients.filesystem.msriterator import _MSRIterator
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\clients\filesystem\msriterator.py", line 14, in <module>
from obspy.io.mseed.headers import (HPTMODULUS, MS_NOERROR, MS_ENDOFFILE,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
>>> Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\tests\__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 70, in add_unittests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\tests\test_response.py", line 33, in <module>
from obspy.signal.invsim import evalresp
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\spectral_estimation.py", line 47, in <module>
from obspy.signal.invsim import cosine_taper
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\invsim.py", line 38, in <module>
from obspy.signal import util
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\site-packages\sqlalchemy\sql\elements.py", line 853, in __getattr__
return getattr(self.comparator, key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Comparator' object has no attribute '_text_converter_role'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\db\tests\test_client.py", line 246, in test_get_preview
st = self.client.get_preview(trace_ids=['GE.FUR.00.BHZ',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\db\client.py", line 253, in get_preview
trace_filter.append(and_(
File "C:\Users\np\anaconda3\Lib\site-packages\sqlalchemy\sql\elements.py", line 2427, in append
coercions.expect(self._text_converter_role, clause).self_group(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\sqlalchemy\sql\elements.py", line 855, in __getattr__
util.raise_(
File "C:\Users\np\anaconda3\Lib\site-packages\sqlalchemy\util\compat.py", line 208, in raise_
raise exception
AttributeError: Neither 'BooleanClauseList' object nor 'Comparator' object has an attribute '_text_converter_role'
>>> Cannot import test suite for module obspy.imaging due to:
-------------------------------------------------------------
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\imaging\tests\__init__.py", line 24, in suite
add_unittests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 70, in add_unittests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\imaging\tests\test_ppsd.py", line 16, in <module>
from obspy.signal.tests.test_spectral_estimation import _get_ppsd
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\spectral_estimation.py", line 47, in <module>
from obspy.signal.invsim import cosine_taper
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\invsim.py", line 38, in <module>
from obspy.signal import util
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\ah\tests\test_core.py", line 67, in test_read
st = read(testfile)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\ascii\tests\test_ascii.py", line 696, in test_regression_against_mseed2ascii
read(mseed_file).write(tf.name, format="TSPAIR")
^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._read_slist
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\ascii\core.py", line 116, in _read_slist
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\ascii\core.py", line 135, in obspy.io.ascii.core._read_slist
Failed example:
st = read('/path/to/slist.ascii')
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._read_tspair
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\ascii\core.py", line 184, in _read_tspair
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\ascii\core.py", line 203, in obspy.io.ascii.core._read_tspair
Failed example:
st = read('/path/to/tspair.ascii')
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
>>> Cannot import test suite for module obspy.io.css due to:
------------------------------------------------------------
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\css\tests\__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 119, in add_doctests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\css\core.py", line 25, in <module>
b'c0': (b'S12', np.int),
^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\numpy\__init__.py", line 305, in __getattr__
raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\dmx\tests\test_core.py", line 86, in test_check_data_content_sum
st = read(filename)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\dmx\tests\test_core.py", line 34, in test_read_via_obspy
st = read(filename)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\dmx\tests\test_core.py", line 72, in test_read_with_station
st = read(filename, station='EMPL')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.dmx.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\dmx\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gcf\tests\test_core.py", line 129, in test_merge_gcf_stream
st1 = read(filename, headonly=True, channel_prefix="HN")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gcf\tests\test_core.py", line 112, in test_read_channel_prefix_via_obspy
st = read(filename, headonly=True, channel_prefix="HN")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gcf\tests\test_core.py", line 59, in test_read_head_via_obspy
st = read(filename, headonly=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gcf\tests\test_core.py", line 40, in test_read_via_obspy
st = read(filename)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gcf\tests\test_core.py", line 154, in test_sps_d
st = read(filename, headonly=True, channel_prefix="HN")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gcf.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gcf\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
>>> Cannot import test suite for module obspy.io.gse2 due to:
-------------------------------------------------------------
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gse2\tests\__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 119, in add_doctests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gse2\core.py", line 12, in <module>
from . import libgse1, libgse2
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gse2\libgse1.py", line 27, in <module>
from .libgse2 import uncompress_cm6, verify_checksum, read_integer_data
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\gse2\libgse2.py", line 42, in <module>
clibgse2 = _load_cdll("gse2")
^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libgse2_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libgse2_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libgse2_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\hypodd\tests\test_pha.py", line 75, in test_populate_waveform_id
self.assertEqual(len(ws), 2)
AssertionError: 0 != 2
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\kinemetrics\tests\test_core.py", line 82, in test_read_via_obspy
st = read(filename)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\kinemetrics\tests\test_core.py", line 131, in test_reading_via_obspy_and_bytesio
st = read(buf)
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 670, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 150, in uncompress_file
return func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.kinemetrics.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\kinemetrics\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\tests\__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 119, in add_doctests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nied\tests\test_knet_reading.py", line 26, in test_read_knet_ascii
tr = read(testfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nied\tests\test_knet_reading.py", line 60, in test_read_knet_ascii_from_bytes_io
tr = read(buf)[0]
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 670, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 150, in uncompress_file
return func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nied\tests\test_knet_reading.py", line 41, in test_read_knet_ascii_from_open_files
tr = read(fh)[0]
^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 670, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 150, in uncompress_file
return func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nied\tests\test_knet_reading.py", line 76, in test_station_name_hack
tr = read(testfile, convert_stnm=True)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.nied.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nied\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 1455, in write
write_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\AppData\Local\Temp\obspy-6aeho4e7
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nordic\tests\test_nordic.py", line 238, in test_blanksfile
st.write(testing_path, format='MSEED')
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 1460, 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, GCF
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nordic\tests\test_nordic.py", line 1013, in test_ellipse_plot
with ImageComparison(self.testing_path, 'plot_ellipse.png',
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
~~~~~~~~^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\matplotlib\__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\nordic\tests\test_nordic.py", line 1030, in test_ellipse_plot_tangents
with ImageComparison(self.testing_path, 'plot_ellipse_tangents.png',
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
~~~~~~~~^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\matplotlib\__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.pdas.core._read_pdas
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\pdas\core.py", line 45, in _read_pdas
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\pdas\core.py", line 61, in obspy.io.pdas.core._read_pdas
Failed example:
st = read("/path/to/p1246001.108")
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\pdas\core.py", line 62, in obspy.io.pdas.core._read_pdas
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\pdas\core.py", line 64, in obspy.io.pdas.core._read_pdas
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\reftek\tests\__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 119, in add_doctests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\reftek\core.py", line 20, in <module>
from .packet import (Packet, EHPacket, _initial_unpack_packets, PACKET_TYPES,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\reftek\packet.py", line 21, in <module>
from obspy.io.mseed.headers import clibmseed
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\tests\test_read_rg16.py", line 126, in test_contacts_north_and_merge
st = rc._read_rg16(filename, contacts_north=True, merge=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\util.py", line 28, in _open_file
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\core.py", line 81, in _read_rg16
traces = _quick_merge(traces)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\util.py", line 141, in _quick_merge
ar, trace_ar = _trace_list_to_rec_array(traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\util.py", line 165, in _trace_list_to_rec_array
dtype1 = [(nstr('id'), np.object), (nstr('starttime'), float),
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\numpy\__init__.py", line 305, in __getattr__
raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'object'.
`np.object` was a deprecated alias for the builtin `object`. To avoid this error in existing code, use `object` by itself. Doing this will not modify any behavior and is safe.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\tests\test_read_rg16.py", line 115, in test_merge
st_merged = rc._read_rg16(fcnt_file, merge=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\util.py", line 28, in _open_file
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\core.py", line 81, in _read_rg16
traces = _quick_merge(traces)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\util.py", line 141, in _quick_merge
ar, trace_ar = _trace_list_to_rec_array(traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\util.py", line 165, in _trace_list_to_rec_array
dtype1 = [(nstr('id'), np.object), (nstr('starttime'), float),
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\numpy\__init__.py", line 305, in __getattr__
raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'object'.
`np.object` was a deprecated alias for the builtin `object`. To avoid this error in existing code, use `object` by itself. Doing this will not modify any behavior and is safe.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\tests\test_read_rg16.py", line 35, in test_reading_rg16_files
st_1 = read(fcnt_file)
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.rg16.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.rg16.__init__[3]>", line 1, in <module>
st = obspy.read(filename)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 1455, in write
write_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\tests\test_read_rg16.py", line 408, in test_can_write
st.write(bytstr, 'mseed')
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 1460, 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, GCF
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\rg16\tests\test_read_rg16.py", line 410, in test_can_write
self.fail('Failed to write to mseed!')
AssertionError: Failed to write to mseed!
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 914, in test_always_sac_reftime
tr1 = read(tf)[0]
^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 670, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 150, in uncompress_file
return func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 828, in test_decimate_resample
tr.decimate(2)
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\trace.py", line 1832, in decimate
self.filter('lowpass_cheby_2', freq=freq, maxorder=12)
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 234, in raise_if_masked
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\trace.py", line 1541, in filter
func = _get_function_from_entry_point('filter', type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 331, in _get_function_from_entry_point
func = buffered_load_entry_point(entry_point.dist.key,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\spectral_estimation.py", line 47, in <module>
from obspy.signal.invsim import cosine_taper
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\invsim.py", line 38, in <module>
from obspy.signal import util
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 271, in test_default_values
tr = read(self.file)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 930, in test_encoding_flag
tr0 = read(self.file_encode, encoding='cp1252')[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 438, in test_issue390
tr = read(self.file, headonly=True, debug_headers=True)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 342, in test_issue_156
st = read(sac_file)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 254, in test_iztype11
tr = read(sod_file)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 817, in test_merge_sac_obspy_headers
tr1 = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 374, in test_not_used_but_given_headers
tr1 = read(self.file)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 413, in test_null_terminated_strings
tr = read(null_file)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 196, in test_read_and_write_via_obspy
tr = read(self.file)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 593, in test_read_via_obspy_from_bytes_io
tr = read(buf)[0]
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 670, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 150, in uncompress_file
return func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 474, in test_read_with_fsize
self.assertRaises(SacError, read, longer_file)
File "C:\Users\np\anaconda3\Lib\unittest\case.py", line 766, in assertRaises
return context.handle('assertRaises', args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\case.py", line 237, in handle
callable_obj(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 69, in test_read_write_via_obspy
tr1 = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 102, in test_read_write_xy_via_obspy
tr1 = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 87, in test_read_xy_write_xy_via_obspy
tr1 = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 283, in test_reference_time
tr = read(self.fileseis)[0]
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 891, in test_sac_file_from_new_header
tr1 = read(tf)[0]
^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 670, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 150, in uncompress_file
return func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 311, in test_undefined_b
tr = read(self.file)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 782, in test_valid_sac_from_minimal_existing_sac_header
tr1 = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 366, in test_write_sac_xy_with_minimum_stats
st = read(sac_file)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 176, in test_write_via_obspy
tr = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 604, in test_write_via_obspy_to_bytes_io
tr = read(self.file)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_core.py", line 923, in test_wrong_encoding
tr0 = read(self.file_encode)[0]
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\tests\test_sactrace.py", line 226, in test_propagate_modified_stats_strings_to_sactrace
tr = read(self.fileseis)[0]
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._internal_read_sac_xy
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\core.py", line 212, in _internal_read_sac_xy
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\core.py", line 238, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._read_sac
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\core.py", line 311, in _read_sac
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\core.py", line 340, in obspy.io.sac.core._read_sac
Failed example:
st = read("/path/to/test.sac")
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._read_sac_xy
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\core.py", line 174, in _read_sac_xy
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\core.py", line 200, in obspy.io.sac.core._read_sac_xy
Failed example:
st = read("/path/to/testxy.sac")
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sac\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seg2\tests\test_seg2.py", line 103, in test_read_data_format_2
st = read(basename + ".seg2.gz")
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 202, in uncompress_file
stream = func(tempfile.name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seg2\tests\test_seg2.py", line 128, in test_read_data_format_3
st = read(basename + ".seg2")
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
>>> Cannot import test suite for module obspy.io.segy due to:
-------------------------------------------------------------
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\segy\tests\__init__.py", line 36, in suite
add_doctests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 119, in add_doctests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\segy\core.py", line 23, in <module>
from .header import (BINARY_FILE_HEADER_FORMAT, DATA_SAMPLE_FORMAT_CODE_DTYPE,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\segy\header.py", line 12, in <module>
from . import pack, unpack
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\segy\unpack.py", line 27, in <module>
from .util import clibsegy
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\segy\util.py", line 12, in <module>
clibsegy = _load_cdll("segy")
^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsegy_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsegy_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsegy_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seisan\tests\test_core.py", line 195, in test_read_obspy
st1 = read(os.path.join(self.path,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.core._read_seisan
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seisan\core.py", line 117, in _read_seisan
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seisan\core.py", line 133, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seisan\core.py", line 134, in obspy.io.seisan.core._read_seisan
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seisan\core.py", line 136, in obspy.io.seisan.core._read_seisan
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\seisan\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\tests\test_core.py", line 298, in test_header_whitespaces
tr2 = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\tests\test_core.py", line 158, in test_read_and_write_multi_channel_asc_file_via_obspy
stream2 = read(tempfile)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\tests\test_core.py", line 214, in test_read_and_write_multi_channel_q_file_via_obspy
stream2 = read(tempfile)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\tests\test_core.py", line 284, in test_write_long_header
tr2 = read(tempfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.core._read_asc
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 100, in _read_asc
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 128, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 129, in obspy.io.sh.core._read_asc
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 131, in obspy.io.sh.core._read_asc
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.core._read_q
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 330, in _read_q
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 371, in obspy.io.sh.core._read_q
Failed example:
st = read("/path/to/QFILE-TEST.QHD")
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 372, in obspy.io.sh.core._read_q
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\core.py", line 374, in obspy.io.sh.core._read_q
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\sh\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\tests\test_core.py", line 80, in test_read_and_write_via_obspy
tr3 = read(testfile)[0]
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\tests\test_core.py", line 56, in test_read_head_via_obspy
tr = read(self.file, headonly=True)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\tests\test_core.py", line 43, in test_read_via_obspy
tr = read(self.file)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\tests\test_core.py", line 124, in test_write_stream_via_obspy
tr30 = read(testfile0)[0]
^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.wav.core._read_wav
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\core.py", line 70, in _read_wav
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\core.py", line 89, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\core.py", line 90, in obspy.io.wav.core._read_wav
Failed example:
print(st) #doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.wav.__init__
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\wav\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\win\tests\test_core.py", line 32, in test_read_via_obspy
st = read(filename)
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
>>> Cannot import test suite for module obspy.io.xseed due to:
--------------------------------------------------------------
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\xseed\tests\__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 70, in add_unittests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\xseed\tests\test_core.py", line 22, in <module>
from obspy.signal.invsim import evalresp_for_frequencies
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\spectral_estimation.py", line 47, in <module>
from obspy.signal.invsim import cosine_taper
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\invsim.py", line 38, in <module>
from obspy.signal import util
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 2222, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.y.core._read_y
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\y\core.py", line 134, in _read_y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\y\core.py", line 153, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
----------------------------------------------------------------------
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\y\core.py", line 154, in obspy.io.y.core._read_y
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\y\core.py", line 156, in obspy.io.y.core._read_y
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Users\np\anaconda3\Lib\doctest.py", line 1351, 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 "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\__main__.py", line 24, in <module>
start.main()
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\console\start.py", line 330, in main
kernel.start()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelapp.py", line 736, in start
self.io_loop.start()
File "C:\Users\np\anaconda3\Lib\site-packages\tornado\platform\asyncio.py", line 195, in start
self.asyncio_loop.run_forever()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 607, in run_forever
self._run_once()
File "C:\Users\np\anaconda3\Lib\asyncio\base_events.py", line 1922, in _run_once
handle._run()
File "C:\Users\np\anaconda3\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 516, in dispatch_queue
await self.process_one()
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 505, in process_one
await dispatch(*args)
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 412, in dispatch_shell
await result
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\kernelbase.py", line 740, in execute_request
reply_content = await reply_content
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\ipkernel.py", line 422, in do_execute
res = shell.run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\ipykernel\zmqshell.py", line 546, in run_cell
return super().run_cell(*args, **kwargs)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3024, in run_cell
result = self._run_cell(
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3079, in _run_cell
result = runner(coro)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\async_helpers.py", line 129, in _pseudo_sync_runner
coro.send(None)
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3284, in run_cell_async
has_raised = await self.run_ast_nodes(code_ast.body, cell_name,
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3466, in run_ast_nodes
if await self.run_code(code, result, async_=asy):
File "C:\Users\np\anaconda3\Lib\site-packages\IPython\core\interactiveshell.py", line 3526, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\np\AppData\Local\Temp\ipykernel_10804\1026727968.py", line 1, in <module>
runfile('C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2/runtests.py', wdir='C:/Users/np/Downloads/obspy-1.2.2/obspy-1.2.2')
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 528, in runfile
return _exec_file(
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 615, in _exec_file
exec_code(file_code, filename, ns_globals, ns_locals,
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 473, in exec_code
exec_fun(compile(ast_code, filename, 'exec'), ns_globals, ns_locals)
File "C:\Users\np\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users\np\downloads\obspy-1.2.2\obspy-1.2.2\runtests.py", line 22, in <module>
main(argv=sys.argv[1:])
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 747, in main
errors = run(argv, interactive)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\unittest\loader.py", line 205, in loadTestsFromName
test = obj()
^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\realtime\tests\__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\testing.py", line 70, in add_unittests
_module = __import__(_module_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\realtime\tests\test_rttrace.py", line 19, in <module>
import obspy.signal.filter
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\spectral_estimation.py", line 47, in <module>
from obspy.signal.invsim import cosine_taper
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\invsim.py", line 38, in <module>
from obspy.signal import util
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\tests\test_print.py", line 23, in test_print
obspy_print(self.all_files)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\print.py", line 35, in main
st += read(f, format=args.format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-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:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\tests\test_print.py", line 32, in test_print_nomerge
obspy_print(['--no-merge'] + self.all_files)
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\scripts\print.py", line 35, in main
st += read(f, format=args.format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 212, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 702, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\stream.py", line 256, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\base.py", line 432, in _read_from_plugin
is_format = buffered_load_entry_point(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\misc.py", line 651, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 536, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2931, in load_entry_point
return ep.load()
^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\site-packages\pkg_resources\__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\core.py", line 21, in <module>
from . import (util, InternalMSEEDError, ObsPyMSEEDFilesizeTooSmallError,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\util.py", line 24, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\io\mseed\headers.py", line 22, in <module>
__clibmseed = _load_cdll("mseed")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libmseed_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
ImportError: Failed to import test module: signal
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\unittest\loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\spectral_estimation.py", line 47, in <module>
from obspy.signal.invsim import cosine_taper
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\invsim.py", line 38, in <module>
from obspy.signal import util
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\signal\headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libsignal_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, y, y, y
ImportError: Failed to import test module: taup
Traceback (most recent call last):
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 98, in _load_cdll
cdll = ctypes.CDLL(libpath)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\anaconda3\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libtau_Windows_64bit_py311.cp311-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:\Users\np\anaconda3\Lib\unittest\loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\taup\__init__.py", line 451, in <module>
from .tau import TauPyModel # NOQA
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\taup\tau.py", line 20, in <module>
from .tau_model import TauModel
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\taup\tau_model.py", line 20, in <module>
from .slowness_model import SlownessModel
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\taup\slowness_model.py", line 18, in <module>
from .slowness_layer import (bullen_depth_for,
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\taup\slowness_layer.py", line 14, in <module>
from .c_wrappers import clibtau
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\taup\c_wrappers.py", line 17, in <module>
clibtau = _load_cdll("tau")
^^^^^^^^^^^^^^^^^
File "C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\core\util\libnames.py", line 112, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libtau_Windows_64bit_py311.cp311-win_amd64.pyd"
Path: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libtau_Windows_64bit_py311.cp311-win_amd64.pyd
Current directory: C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2
ctypes error message: Could not find module 'C:\Users\np\Downloads\obspy-1.2.2\obspy-1.2.2\obspy\lib\libtau_Windows_64bit_py311.cp311-win_amd64.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
Directory listing of lib directory:
-, -, ., ., ., ., 1, 1, 2, 2, 2, 2, :, C, D, U, \, \, \, \, \, \, \,
a, b, b, b, b, d, e, i, l, l, n, n, o, o, o, o, o, p, p, p, p, r, s,
s, s, s, s, s, w, 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
1.047s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase.test_auto_read_arclink_xml)
0.200s test_multi_writing (obspy.io.nordic.tests.test_nordic.TestNordicMethods.test_multi_writing)
0.197s test_read_many_events (obspy.io.nordic.tests.test_nordic.TestNordicMethods.test_read_many_events)
0.182s test_reading_via_file (obspy.io.iaspei.tests.test_core.IASPEITestCase.test_reading_via_file)
0.150s test_empty_depth (obspy.io.seiscomp.tests.test_inventory.SC3MLTestCase.test_empty_depth)
0.119s test_write_quakeml (obspy.io.pde.tests.test_mchedr.MchedrTestCase.test_write_quakeml)
0.094s test_reading_via_plugin (obspy.io.iaspei.tests.test_core.IASPEITestCase.test_reading_via_plugin)
0.091s test_reading (obspy.io.iaspei.tests.test_core.IASPEITestCase.test_reading)
0.090s test_reading_via_bytes_io (obspy.io.iaspei.tests.test_core.IASPEITestCase.test_reading_via_bytes_io)
0.087s test_units_during_identity_stage (obspy.io.stationxml.tests.test_stationxml.StationXMLTestCase.test_units_during_identity_stage)
0.084s test_populate_waveform_id (obspy.io.sh.tests.test_evt.EvtTestCase.test_populate_waveform_id)
0.074s test_write_inventory (obspy.io.kml.tests.test_kml.KMLTestCase.test_write_inventory)
0.071s test_read_via_module (obspy.io.kinemetrics.tests.test_core.CoreTestCase.test_read_via_module)
0.071s inside_geobounds (obspy.geodetics.base)
0.070s test_read_via_module_and_bytesio (obspy.io.kinemetrics.tests.test_core.CoreTestCase.test_read_via_module_and_bytesio)
0.069s test_more_than_three_mags (obspy.io.nordic.tests.test_nordic.TestNordicMethods.test_more_than_three_mags)
0.060s test_read_and_write_full_file (obspy.io.stationxml.tests.test_stationxml.StationXMLTestCase.test_read_and_write_full_file)
0.060s test_write_with_extra_tags_without_read_extra (obspy.io.stationxml.tests.test_stationxml.StationXMLTestCase.test_write_with_extra_tags_without_read_extra)
0.060s __init__ (obspy.io.shapefile)
0.058s __init__ (obspy.io.kml)