You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This URL works fine in VLC player and I can hear the audio consistently, with pigeons often making calls.
In BirdNet, I can view the spectogram and hit the live play in the top right and see audio coming though for about 5 seconds:
However, I have had zero detections in the last hour. This seems odd.
What additional steps am I missing here?
The audio is a good source and I can hear pigeons a lot through the feed since I added it to BirdNet.
Error in the log, but think its unrelated?
20:40:37---Traceback (most recent call last):
20:40:37--- File "/usr/local/bin/server.py", line 635, in <module>
20:40:37--- start()
20:40:37--- File "/usr/local/bin/server.py", line 624, in start
20:40:37--- INTERPRETER = loadModel()
20:40:37--- File "/usr/local/bin/server.py", line 77, in loadModel
20:40:37--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:40:37--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:40:37--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:40:37---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f21d6b0bba0> returned a result with an error set
20:40:48---A module that was compiled using NumPy 1.x cannot be run in
20:40:48---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:40:48---versions of NumPy, modules must be compiled with NumPy 2.0.
20:40:48---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:40:48---If you are a user of the module, the easiest solution will be to
20:40:48---downgrade to 'numpy<2' or try to upgrade the affected module.
20:40:48---We expect that some modules will need time to support NumPy 2.
20:40:48---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:40:48--- start()
20:40:48--- File "/usr/local/bin/server.py", line 624, in start
20:40:48--- INTERPRETER = loadModel()
20:40:48--- File "/usr/local/bin/server.py", line 77, in loadModel
20:40:48--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:40:48--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:40:48--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:40:48---AttributeError: _ARRAY_API not found
20:40:48---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:40:48---The above exception was the direct cause of the following exception:
20:40:48---Traceback (most recent call last):
20:40:48--- File "/usr/local/bin/server.py", line 635, in <module>
20:40:48--- start()
20:40:48--- File "/usr/local/bin/server.py", line 624, in start
20:40:48--- INTERPRETER = loadModel()
20:40:48--- File "/usr/local/bin/server.py", line 77, in loadModel
20:40:48--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:40:48--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:40:48--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:40:48---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f8ac407bba0> returned a result with an error set
20:40:59---A module that was compiled using NumPy 1.x cannot be run in
20:40:59---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:40:59---versions of NumPy, modules must be compiled with NumPy 2.0.
20:40:59---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:40:59---If you are a user of the module, the easiest solution will be to
20:40:59---downgrade to 'numpy<2' or try to upgrade the affected module.
20:40:59---We expect that some modules will need time to support NumPy 2.
20:40:59---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:40:59--- start()
20:40:59--- File "/usr/local/bin/server.py", line 624, in start
20:40:59--- INTERPRETER = loadModel()
20:40:59--- File "/usr/local/bin/server.py", line 77, in loadModel
20:40:59--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:40:59--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:40:59--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:40:59---AttributeError: _ARRAY_API not found
20:40:59---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:40:59---The above exception was the direct cause of the following exception:
20:40:59---Traceback (most recent call last):
20:40:59--- File "/usr/local/bin/server.py", line 635, in <module>
20:40:59--- start()
20:40:59--- File "/usr/local/bin/server.py", line 624, in start
20:40:59--- INTERPRETER = loadModel()
20:40:59--- File "/usr/local/bin/server.py", line 77, in loadModel
20:40:59--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:40:59--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:40:59--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:40:59---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7fb6ee83cba0> returned a result with an error set
20:41:10---A module that was compiled using NumPy 1.x cannot be run in
20:41:10---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:41:10---versions of NumPy, modules must be compiled with NumPy 2.0.
20:41:10---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:41:10---If you are a user of the module, the easiest solution will be to
20:41:10---downgrade to 'numpy<2' or try to upgrade the affected module.
20:41:10---We expect that some modules will need time to support NumPy 2.
20:41:10---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:41:10--- start()
20:41:10--- File "/usr/local/bin/server.py", line 624, in start
20:41:10--- INTERPRETER = loadModel()
20:41:10--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:10--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:10--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:10--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:10---AttributeError: _ARRAY_API not found
20:41:10---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:41:10---The above exception was the direct cause of the following exception:
20:41:10---Traceback (most recent call last):
20:41:10--- File "/usr/local/bin/server.py", line 635, in <module>
20:41:10--- start()
20:41:10--- File "/usr/local/bin/server.py", line 624, in start
20:41:10--- INTERPRETER = loadModel()
20:41:10--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:10--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:10--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:10--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:10---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f2d9296eba0> returned a result with an error set
20:41:21---A module that was compiled using NumPy 1.x cannot be run in
20:41:21---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:41:21---versions of NumPy, modules must be compiled with NumPy 2.0.
20:41:21---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:41:21---If you are a user of the module, the easiest solution will be to
20:41:21---downgrade to 'numpy<2' or try to upgrade the affected module.
20:41:21---We expect that some modules will need time to support NumPy 2.
20:41:21---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:41:21--- start()
20:41:21--- File "/usr/local/bin/server.py", line 624, in start
20:41:21--- INTERPRETER = loadModel()
20:41:21--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:21--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:21--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:21--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:21---AttributeError: _ARRAY_API not found
20:41:21---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:41:21---The above exception was the direct cause of the following exception:
20:41:21---Traceback (most recent call last):
20:41:21--- File "/usr/local/bin/server.py", line 635, in <module>
20:41:21--- start()
20:41:21--- File "/usr/local/bin/server.py", line 624, in start
20:41:21--- INTERPRETER = loadModel()
20:41:21--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:21--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:21--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:21--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:21---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f72f2c3bba0> returned a result with an error set
20:41:32---A module that was compiled using NumPy 1.x cannot be run in
20:41:32---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:41:32---versions of NumPy, modules must be compiled with NumPy 2.0.
20:41:32---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:41:32---If you are a user of the module, the easiest solution will be to
20:41:32---downgrade to 'numpy<2' or try to upgrade the affected module.
20:41:32---We expect that some modules will need time to support NumPy 2.
20:41:32---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:41:32--- start()
20:41:32--- File "/usr/local/bin/server.py", line 624, in start
20:41:32--- INTERPRETER = loadModel()
20:41:32--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:32--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:32--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:32--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:32---AttributeError: _ARRAY_API not found
20:41:32---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:41:32---The above exception was the direct cause of the following exception:
20:41:32---Traceback (most recent call last):
20:41:32--- File "/usr/local/bin/server.py", line 635, in <module>
20:41:32--- start()
20:41:32--- File "/usr/local/bin/server.py", line 624, in start
20:41:32--- INTERPRETER = loadModel()
20:41:32--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:32--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:32--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:32--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:32---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7fc3b78cfba0> returned a result with an error set
20:41:43---A module that was compiled using NumPy 1.x cannot be run in
20:41:43---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:41:43---versions of NumPy, modules must be compiled with NumPy 2.0.
20:41:43---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:41:43---If you are a user of the module, the easiest solution will be to
20:41:43---downgrade to 'numpy<2' or try to upgrade the affected module.
20:41:43---We expect that some modules will need time to support NumPy 2.
20:41:43---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:41:43--- start()
20:41:43--- File "/usr/local/bin/server.py", line 624, in start
20:41:43--- INTERPRETER = loadModel()
20:41:43--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:43--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:43--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:43--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:43---AttributeError: _ARRAY_API not found
20:41:43---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:41:43---The above exception was the direct cause of the following exception:
20:41:43---Traceback (most recent call last):
20:41:43--- File "/usr/local/bin/server.py", line 635, in <module>
20:41:43--- start()
20:41:43--- File "/usr/local/bin/server.py", line 624, in start
20:41:43--- INTERPRETER = loadModel()
20:41:43--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:43--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:43--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:43--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:43---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f6596471ba0> returned a result with an error set
20:41:54---A module that was compiled using NumPy 1.x cannot be run in
20:41:54---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:41:54---versions of NumPy, modules must be compiled with NumPy 2.0.
20:41:54---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:41:54---If you are a user of the module, the easiest solution will be to
20:41:54---downgrade to 'numpy<2' or try to upgrade the affected module.
20:41:54---We expect that some modules will need time to support NumPy 2.
20:41:54---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:41:54--- start()
20:41:54--- File "/usr/local/bin/server.py", line 624, in start
20:41:54--- INTERPRETER = loadModel()
20:41:54--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:54--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:54--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:54--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:54---AttributeError: _ARRAY_API not found
20:41:54---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:41:54---The above exception was the direct cause of the following exception:
20:41:54---Traceback (most recent call last):
20:41:54--- File "/usr/local/bin/server.py", line 635, in <module>
20:41:54--- start()
20:41:54--- File "/usr/local/bin/server.py", line 624, in start
20:41:54--- INTERPRETER = loadModel()
20:41:54--- File "/usr/local/bin/server.py", line 77, in loadModel
20:41:54--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:41:54--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:41:54--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:41:54---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f00fedc0ba0> returned a result with an error set
20:42:05---A module that was compiled using NumPy 1.x cannot be run in
20:42:05---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:42:05---versions of NumPy, modules must be compiled with NumPy 2.0.
20:42:05---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:42:05---If you are a user of the module, the easiest solution will be to
20:42:05---downgrade to 'numpy<2' or try to upgrade the affected module.
20:42:05---We expect that some modules will need time to support NumPy 2.
20:42:05---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:42:05--- start()
20:42:05--- File "/usr/local/bin/server.py", line 624, in start
20:42:05--- INTERPRETER = loadModel()
20:42:05--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:05--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:05--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:05--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:05---AttributeError: _ARRAY_API not found
20:42:05---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:42:05---The above exception was the direct cause of the following exception:
20:42:05---Traceback (most recent call last):
20:42:05--- File "/usr/local/bin/server.py", line 635, in <module>
20:42:05--- start()
20:42:05--- File "/usr/local/bin/server.py", line 624, in start
20:42:05--- INTERPRETER = loadModel()
20:42:05--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:05--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:05--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:05--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:05---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7fd75ae9fba0> returned a result with an error set
20:42:16---A module that was compiled using NumPy 1.x cannot be run in
20:42:16---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:42:16---versions of NumPy, modules must be compiled with NumPy 2.0.
20:42:16---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:42:16---If you are a user of the module, the easiest solution will be to
20:42:16---downgrade to 'numpy<2' or try to upgrade the affected module.
20:42:16---We expect that some modules will need time to support NumPy 2.
20:42:16---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:42:16--- start()
20:42:16--- File "/usr/local/bin/server.py", line 624, in start
20:42:16--- INTERPRETER = loadModel()
20:42:16--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:16--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:16--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:16--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:16---AttributeError: _ARRAY_API not found
20:42:16---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:42:16---The above exception was the direct cause of the following exception:
20:42:16---Traceback (most recent call last):
20:42:16--- File "/usr/local/bin/server.py", line 635, in <module>
20:42:16--- start()
20:42:16--- File "/usr/local/bin/server.py", line 624, in start
20:42:16--- INTERPRETER = loadModel()
20:42:16--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:16--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:16--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:16--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:16---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7fc0a5ebeba0> returned a result with an error set
20:42:27---A module that was compiled using NumPy 1.x cannot be run in
20:42:27---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:42:27---versions of NumPy, modules must be compiled with NumPy 2.0.
20:42:27---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:42:27---If you are a user of the module, the easiest solution will be to
20:42:27---downgrade to 'numpy<2' or try to upgrade the affected module.
20:42:27---We expect that some modules will need time to support NumPy 2.
20:42:27---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:42:27--- start()
20:42:27--- File "/usr/local/bin/server.py", line 624, in start
20:42:27--- INTERPRETER = loadModel()
20:42:27--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:27--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:27--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:27--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:27---AttributeError: _ARRAY_API not found
20:42:27---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:42:27---The above exception was the direct cause of the following exception:
20:42:27---Traceback (most recent call last):
20:42:27--- File "/usr/local/bin/server.py", line 635, in <module>
20:42:27--- start()
20:42:27--- File "/usr/local/bin/server.py", line 624, in start
20:42:27--- INTERPRETER = loadModel()
20:42:27--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:27--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:27--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:27--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:27---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f22c6dcdba0> returned a result with an error set
20:42:37---A module that was compiled using NumPy 1.x cannot be run in
20:42:37---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:42:37---versions of NumPy, modules must be compiled with NumPy 2.0.
20:42:37---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:42:37---If you are a user of the module, the easiest solution will be to
20:42:37---downgrade to 'numpy<2' or try to upgrade the affected module.
20:42:37---We expect that some modules will need time to support NumPy 2.
20:42:37---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:42:37--- start()
20:42:37--- File "/usr/local/bin/server.py", line 624, in start
20:42:37--- INTERPRETER = loadModel()
20:42:37--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:37--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:37--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:37--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:37---AttributeError: _ARRAY_API not found
20:42:37---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:42:37---The above exception was the direct cause of the following exception:
20:42:37---Traceback (most recent call last):
20:42:37--- File "/usr/local/bin/server.py", line 635, in <module>
20:42:37--- start()
20:42:37--- File "/usr/local/bin/server.py", line 624, in start
20:42:37--- INTERPRETER = loadModel()
20:42:37--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:37--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:37--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:37--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:37---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f6ec93e6ba0> returned a result with an error set
20:42:48---A module that was compiled using NumPy 1.x cannot be run in
20:42:48---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:42:48---versions of NumPy, modules must be compiled with NumPy 2.0.
20:42:48---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:42:48---If you are a user of the module, the easiest solution will be to
20:42:48---downgrade to 'numpy<2' or try to upgrade the affected module.
20:42:48---We expect that some modules will need time to support NumPy 2.
20:42:48---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:42:48--- start()
20:42:48--- File "/usr/local/bin/server.py", line 624, in start
20:42:48--- INTERPRETER = loadModel()
20:42:48--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:48--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:48--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:48--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:48---AttributeError: _ARRAY_API not found
20:42:48---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:42:48---The above exception was the direct cause of the following exception:
20:42:48---Traceback (most recent call last):
20:42:48--- File "/usr/local/bin/server.py", line 635, in <module>
20:42:48--- start()
20:42:48--- File "/usr/local/bin/server.py", line 624, in start
20:42:48--- INTERPRETER = loadModel()
20:42:48--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:48--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:48--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:48--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:48---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f26dde0cba0> returned a result with an error set
20:42:59---A module that was compiled using NumPy 1.x cannot be run in
20:42:59---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:42:59---versions of NumPy, modules must be compiled with NumPy 2.0.
20:42:59---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:42:59---If you are a user of the module, the easiest solution will be to
20:42:59---downgrade to 'numpy<2' or try to upgrade the affected module.
20:42:59---We expect that some modules will need time to support NumPy 2.
20:42:59---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:42:59--- start()
20:42:59--- File "/usr/local/bin/server.py", line 624, in start
20:42:59--- INTERPRETER = loadModel()
20:42:59--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:59--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:59--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:59--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:59---AttributeError: _ARRAY_API not found
20:42:59---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:42:59---The above exception was the direct cause of the following exception:
20:42:59---Traceback (most recent call last):
20:42:59--- File "/usr/local/bin/server.py", line 635, in <module>
20:42:59--- start()
20:42:59--- File "/usr/local/bin/server.py", line 624, in start
20:42:59--- INTERPRETER = loadModel()
20:42:59--- File "/usr/local/bin/server.py", line 77, in loadModel
20:42:59--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:42:59--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:42:59--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:42:59---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f22774d1ba0> returned a result with an error set
20:43:10---A module that was compiled using NumPy 1.x cannot be run in
20:43:10---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:43:10---versions of NumPy, modules must be compiled with NumPy 2.0.
20:43:10---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:43:10---If you are a user of the module, the easiest solution will be to
20:43:10---downgrade to 'numpy<2' or try to upgrade the affected module.
20:43:10---We expect that some modules will need time to support NumPy 2.
20:43:10---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:43:10--- start()
20:43:10--- File "/usr/local/bin/server.py", line 624, in start
20:43:10--- INTERPRETER = loadModel()
20:43:10--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:10--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:10--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:10--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:10---AttributeError: _ARRAY_API not found
20:43:10---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:43:10---The above exception was the direct cause of the following exception:
20:43:10---Traceback (most recent call last):
20:43:10--- File "/usr/local/bin/server.py", line 635, in <module>
20:43:10--- start()
20:43:10--- File "/usr/local/bin/server.py", line 624, in start
20:43:10--- INTERPRETER = loadModel()
20:43:10--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:10--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:10--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:10--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:10---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f147f544ba0> returned a result with an error set
20:43:21---A module that was compiled using NumPy 1.x cannot be run in
20:43:21---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:43:21---versions of NumPy, modules must be compiled with NumPy 2.0.
20:43:21---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:43:21---If you are a user of the module, the easiest solution will be to
20:43:21---downgrade to 'numpy<2' or try to upgrade the affected module.
20:43:21---We expect that some modules will need time to support NumPy 2.
20:43:21---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:43:21--- start()
20:43:21--- File "/usr/local/bin/server.py", line 624, in start
20:43:21--- INTERPRETER = loadModel()
20:43:21--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:21--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:21--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:21--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:21---AttributeError: _ARRAY_API not found
20:43:21---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:43:21---The above exception was the direct cause of the following exception:
20:43:21---Traceback (most recent call last):
20:43:21--- File "/usr/local/bin/server.py", line 635, in <module>
20:43:21--- start()
20:43:21--- File "/usr/local/bin/server.py", line 624, in start
20:43:21--- INTERPRETER = loadModel()
20:43:21--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:21--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:21--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:21--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:21---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7fc6b42cbba0> returned a result with an error set
20:43:32---A module that was compiled using NumPy 1.x cannot be run in
20:43:32---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:43:32---versions of NumPy, modules must be compiled with NumPy 2.0.
20:43:32---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:43:32---If you are a user of the module, the easiest solution will be to
20:43:32---downgrade to 'numpy<2' or try to upgrade the affected module.
20:43:32---We expect that some modules will need time to support NumPy 2.
20:43:32---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:43:32--- start()
20:43:32--- File "/usr/local/bin/server.py", line 624, in start
20:43:32--- INTERPRETER = loadModel()
20:43:32--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:32--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:32--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:32--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:32---AttributeError: _ARRAY_API not found
20:43:32---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:43:32---The above exception was the direct cause of the following exception:
20:43:32---Traceback (most recent call last):
20:43:32--- File "/usr/local/bin/server.py", line 635, in <module>
20:43:32--- start()
20:43:32--- File "/usr/local/bin/server.py", line 624, in start
20:43:32--- INTERPRETER = loadModel()
20:43:32--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:32--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:32--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:32--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:32---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7fd3561ecba0> returned a result with an error set
20:43:43---A module that was compiled using NumPy 1.x cannot be run in
20:43:43---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:43:43---versions of NumPy, modules must be compiled with NumPy 2.0.
20:43:43---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:43:43---If you are a user of the module, the easiest solution will be to
20:43:43---downgrade to 'numpy<2' or try to upgrade the affected module.
20:43:43---We expect that some modules will need time to support NumPy 2.
20:43:43---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:43:43--- start()
20:43:43--- File "/usr/local/bin/server.py", line 624, in start
20:43:43--- INTERPRETER = loadModel()
20:43:43--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:43--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:43--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:43--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:43---AttributeError: _ARRAY_API not found
20:43:43---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:43:43---The above exception was the direct cause of the following exception:
20:43:43---Traceback (most recent call last):
20:43:43--- File "/usr/local/bin/server.py", line 635, in <module>
20:43:43--- start()
20:43:43--- File "/usr/local/bin/server.py", line 624, in start
20:43:43--- INTERPRETER = loadModel()
20:43:43--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:43--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:43--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:43--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:43---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f6d5f85eba0> returned a result with an error set
20:43:54---A module that was compiled using NumPy 1.x cannot be run in
20:43:54---NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
20:43:54---versions of NumPy, modules must be compiled with NumPy 2.0.
20:43:54---Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
20:43:54---If you are a user of the module, the easiest solution will be to
20:43:54---downgrade to 'numpy<2' or try to upgrade the affected module.
20:43:54---We expect that some modules will need time to support NumPy 2.
20:43:54---Traceback (most recent call last): File "/usr/local/bin/server.py", line 635, in <module>
20:43:54--- start()
20:43:54--- File "/usr/local/bin/server.py", line 624, in start
20:43:54--- INTERPRETER = loadModel()
20:43:54--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:54--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:54--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:54--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:54---AttributeError: _ARRAY_API not found
20:43:54---LOADING TF LITE MODEL... ImportError: numpy.core.multiarray failed to import
20:43:54---The above exception was the direct cause of the following exception:
20:43:54---Traceback (most recent call last):
20:43:54--- File "/usr/local/bin/server.py", line 635, in <module>
20:43:54--- start()
20:43:54--- File "/usr/local/bin/server.py", line 624, in start
20:43:54--- INTERPRETER = loadModel()
20:43:54--- File "/usr/local/bin/server.py", line 77, in loadModel
20:43:54--- myinterpreter = tflite.Interpreter(model_path=modelpath, num_threads=2)
20:43:54--- File "BirdNET-Pi/birdnet/lib/python3.9/site-packages/tflite_runtime/interpreter.py", line 464, in __init__
20:43:54--- self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
20:43:54---SystemError: <built-in method CreateWrapperFromFile of PyCapsule object at 0x7f234ea97ba0> returned a result with an error set
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First time setup and have this version deployed onto a Debian 11 VM.
I have a single audio source - a Dauha camera and have it added into Advanced Settings with the following URL:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
This URL works fine in VLC player and I can hear the audio consistently, with pigeons often making calls.
In BirdNet, I can view the spectogram and hit the live play in the top right and see audio coming though for about 5 seconds:

However, I have had zero detections in the last hour. This seems odd.
What additional steps am I missing here?
The audio is a good source and I can hear pigeons a lot through the feed since I added it to BirdNet.

Error in the log, but think its unrelated?
Beta Was this translation helpful? Give feedback.
All reactions