Skip to content

inaSpeechSegmenter installed but not detected by .bat script #11

@alomex21

Description

@alomex21

I got this issue where this library was the only one having me issues.
It is already installed but failed to be detected at all.

PS C:\SoftWhisper> C:\SoftWhisper\SoftWhisper.bat
The following packages are required but not installed: inaSpeechSegmenter

Do you want to install these packages now? (Y/N): y
Installing inaSpeechSegmenter...
Requirement already satisfied: inaSpeechSegmenter in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (0.6.7)
Requirement already satisfied: Pyro4 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (4.82)
Requirement already satisfied: keras in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (3.10.0)
Requirement already satisfied: matplotlib in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (3.10.3)
Requirement already satisfied: numpy in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (2.2.5)
Requirement already satisfied: pandas in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (2.3.1)
Requirement already satisfied: pyannote.algorithms in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (0.8)
Requirement already satisfied: pyannote.core in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (5.0.0)
Requirement already satisfied: pyannote.parser in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (0.8)
Requirement already satisfied: pytextgrid in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (0.1.4)
Requirement already satisfied: scikit-image in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (0.25.2)
Requirement already satisfied: soundfile in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from inaSpeechSegmenter) (0.13.1)
Requirement already satisfied: absl-py in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from keras->inaSpeechSegmenter) (2.3.1)
Requirement already satisfied: rich in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from keras->inaSpeechSegmenter) (14.0.0)
Requirement already satisfied: namex in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from keras->inaSpeechSegmenter) (0.1.0)
Requirement already satisfied: h5py in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from keras->inaSpeechSegmenter) (3.14.0)
Requirement already satisfied: optree in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from keras->inaSpeechSegmenter) (0.16.0)
Requirement already satisfied: ml-dtypes in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from keras->inaSpeechSegmenter) (0.5.1)
Requirement already satisfied: packaging in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from keras->inaSpeechSegmenter) (25.0)
Requirement already satisfied: contourpy>=1.0.1 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from matplotlib->inaSpeechSegmenter) (1.3.2)
Requirement already satisfied: cycler>=0.10 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from matplotlib->inaSpeechSegmenter) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from matplotlib->inaSpeechSegmenter) (4.58.0)
Requirement already satisfied: kiwisolver>=1.3.1 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from matplotlib->inaSpeechSegmenter) (1.4.8)
Requirement already satisfied: pillow>=8 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from matplotlib->inaSpeechSegmenter) (11.2.1)
Requirement already satisfied: pyparsing>=2.3.1 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from matplotlib->inaSpeechSegmenter) (3.2.3)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from matplotlib->inaSpeechSegmenter) (2.9.0.post0)
Requirement already satisfied: six>=1.5 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from python-dateutil>=2.7->matplotlib->inaSpeechSegmenter) (1.17.0)
Requirement already satisfied: typing-extensions>=4.6.0 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from optree->keras->inaSpeechSegmenter) (4.14.1)
Requirement already satisfied: pytz>=2020.1 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pandas->inaSpeechSegmenter) (2025.2)
Requirement already satisfied: tzdata>=2022.7 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pandas->inaSpeechSegmenter) (2025.2)
Requirement already satisfied: scikit-learn>=0.17 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (1.7.0)
Requirement already satisfied: scipy>=0.17.0 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (1.16.0)
Requirement already satisfied: networkx>=2.1 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (3.5)
Requirement already satisfied: munkres>=1.0.7 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (1.1.4)
Requirement already satisfied: docopt>=0.6.2 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (0.6.2)
Requirement already satisfied: joblib>=0.9.4 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (1.5.1)
Requirement already satisfied: xarray>=0.8.2 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (2025.7.0)
Requirement already satisfied: sortedcollections>=1.0.1 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.algorithms->inaSpeechSegmenter) (2.1.0)
Requirement already satisfied: sortedcontainers>=2.0.4 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from pyannote.core->inaSpeechSegmenter) (2.4.0)
Requirement already satisfied: threadpoolctl>=3.1.0 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from scikit-learn>=0.17->pyannote.algorithms->inaSpeechSegmenter) (3.6.0)
Requirement already satisfied: serpent>=1.27 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from Pyro4->inaSpeechSegmenter) (1.41)
Requirement already satisfied: markdown-it-py>=2.2.0 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from rich->keras->inaSpeechSegmenter) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from rich->keras->inaSpeechSegmenter) (2.19.2)
Requirement already satisfied: mdurl~=0.1 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from markdown-it-py>=2.2.0->rich->keras->inaSpeechSegmenter) (0.1.2)
Requirement already satisfied: imageio!=2.35.0,>=2.33 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from scikit-image->inaSpeechSegmenter) (2.37.0)
Requirement already satisfied: tifffile>=2022.8.12 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from scikit-image->inaSpeechSegmenter) (2025.6.11)
Requirement already satisfied: lazy-loader>=0.4 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from scikit-image->inaSpeechSegmenter) (0.4)
Requirement already satisfied: cffi>=1.0 in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from soundfile->inaSpeechSegmenter) (1.17.1)
Requirement already satisfied: pycparser in c:\users\clement\appdata\local\programs\python\python313\lib\site-packages (from cffi>=1.0->soundfile->inaSpeechSegmenter) (2.22)
Package installation complete.
Launching SoftWhisper...
SoftWhisper is running in the background.

I've already tried installing it independently.
Is the library version the one that is not working properly for use?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions