'Nuitka shows error: FATAL: Error, unknown plug-in 'librosa' referenced when compiling programm

I am trying to compile my python program with Nuitka but it returns the error: FATAL: Error, unknown plug-in 'librosa' referenced. when run with the following command:

python -m nuitka --standalone --enable-plugin=tk-inter --enable-plugin=numpy --enable-plugin=librosa --enable-plugin=matplotlib program.py


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source