webalorn / projet-ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

projet-ml

Dependencies

You may want to install these in a virtual environment or Conda environment.

python3 -m pip install Cython
python3 -m pip install nemo_toolkit[all] youtube_dl

If you encounter the following error (or similar) when running any script in this repository:

    File "pesq/cypesq.pyx", line 1, in init cypesq
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

you can try reinstalling pesq without the pip cache:

python3 -m pip uninstall pesq
python3 -m pip install --no-cache-dir pesq

You also need ffmpeg.

Sources

About


Languages

Language:Python 100.0%