WARNING:root:Coremltools is not installed. If you plan to use a CoreML Saved Model, reinstall basic-pitch with `pip install 'basic-pitch[coreml]'` WARNING:root:tflite-runtime is not installed. If you plan to use a TFLite Model, reinstall basic-pitch with `pip install 'basic-pitch tflite-runtime'` or `pip install 'basic-pitch[tf]' WARNING:root:onnxruntime is not installed. If you plan to use an ONNX Model, reinstall basic-pitch with `pip install 'basic-pitch[onnx]'` 2024-04-08 00:41:34.545673: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. 2024-04-08 00:41:34.585648: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2024-04-08 00:41:34.585701: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2024-04-08 00:41:34.586992: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-04-08 00:41:34.593436: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. 2024-04-08 00:41:34.593618: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2024-04-08 00:41:35.271802: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT 2024-04-08 00:41:36.158926: I external/local_xla/xla/stream_executor/cuda/cuda_executor.cc:901] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355 2024-04-08 00:41:36.159492: W tensorflow/core/common_runtime/gpu/gpu_device.cc:2256] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform. Skipping registering GPU devices... ✨✨✨✨✨✨✨✨✨ ✨ Basic Pitch ✨ ✨✨✨✨✨✨✨✨✨ Importing the ML infrence library (this may take a few seconds)... Predicting MIDI for /home/davil/Music/untitled.wav... 🚨 Something went wrong 😔 - see the traceback below for details. module 'scipy.signal' has no attribute 'gaussian' Traceback (most recent call last): File "/run/media/davil/Testing/davil/machineLearning/basic-pitch/lib/python3.11/site-packages/basic_pitch/predict.py", line 168, in main predict_and_save( File "/run/media/davil/Testing/davil/machineLearning/basic-pitch/lib/python3.11/site-packages/basic_pitch/inference.py", line 587, in predict_and_save raise e File "/run/media/davil/Testing/davil/machineLearning/basic-pitch/lib/python3.11/site-packages/basic_pitch/inference.py", line 534, in predict_and_save model_output, midi_data, note_events = predict( ^^^^^^^^ File "/run/media/davil/Testing/davil/machineLearning/basic-pitch/lib/python3.11/site-packages/basic_pitch/inference.py", line 453, in predict midi_data, note_events = infer.model_output_to_notes( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/run/media/davil/Testing/davil/machineLearning/basic-pitch/lib/python3.11/site-packages/basic_pitch/note_creation.py", line 98, in model_output_to_notes estimated_notes_with_pitch_bend = get_pitch_bends(contours, estimated_notes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/run/media/davil/Testing/davil/machineLearning/basic-pitch/lib/python3.11/site-packages/basic_pitch/note_creation.py", line 193, in get_pitch_bends freq_gaussian = scipy.signal.gaussian(window_length, std=5) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'scipy.signal' has no attribute 'gaussian'