facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.15k stars 2.01k forks source link

pip subprocess to install build dependencies did not run successfully. #475

Open Flusak1235 opened 1 week ago

Flusak1235 commented 1 week ago

error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [96 lines of output] Ignoring numpy: markers 'python_version < "3.9"' don't match your environment Collecting setuptools Using cached setuptools-70.1.0-py3-none-any.whl.metadata (6.0 kB) Collecting cython<3.0,>=0.25 Using cached Cython-0.29.37-py2.py3-none-any.whl.metadata (3.1 kB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.8-cp39-cp39-win32.whl Collecting preshed<3.1.0,>=3.0.2 Using cached preshed-3.0.9-cp39-cp39-win32.whl Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.10-cp39-cp39-win32.whl Collecting thinc<8.3.0,>=8.2.2 Using cached thinc-8.2.5.tar.gz (193 kB) Installing build dependencies: started Installing build dependencies: finished with status 'error' error: subprocess-exited-with-error

    pip subprocess to install build dependencies did not run successfully.
    exit code: 1

    [64 lines of output]
    Ignoring numpy: markers 'python_version < "3.9"' don't match your environment
    Collecting setuptools
      Using cached setuptools-70.1.0-py3-none-any.whl.metadata (6.0 kB)
    Collecting cython<3.0,>=0.25
      Using cached Cython-0.29.37-py2.py3-none-any.whl.metadata (3.1 kB)
    Collecting murmurhash<1.1.0,>=1.0.2
      Using cached murmurhash-1.0.10-cp39-cp39-win32.whl
    Collecting cymem<2.1.0,>=2.0.2
      Using cached cymem-2.0.8-cp39-cp39-win32.whl
    Collecting preshed<3.1.0,>=3.0.2
      Using cached preshed-3.0.9-cp39-cp39-win32.whl
    Collecting blis<0.8.0,>=0.7.8
      Using cached blis-0.7.11.tar.gz (2.9 MB)
      Installing build dependencies: started
      Installing build dependencies: finished with status 'done'
      Getting requirements to build wheel: started
      Getting requirements to build wheel: finished with status 'done'
      Preparing metadata (pyproject.toml): started
      Preparing metadata (pyproject.toml): finished with status 'done'
    Collecting numpy<2.0.0,>=1.25.0
      Using cached numpy-1.26.4-cp39-cp39-win32.whl.metadata (61 kB)
    Using cached setuptools-70.1.0-py3-none-any.whl (882 kB)
    Using cached Cython-0.29.37-py2.py3-none-any.whl (989 kB)
    Using cached numpy-1.26.4-cp39-cp39-win32.whl (6.0 MB)
    Building wheels for collected packages: blis
      Building wheel for blis (pyproject.toml): started
      Building wheel for blis (pyproject.toml): finished with status 'error'
      error: subprocess-exited-with-error

      Building wheel for blis (pyproject.toml) did not run successfully.
      exit code: 1

      [25 lines of output]
      BLIS_COMPILER? None
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win32-cpython-39
      creating build\lib.win32-cpython-39\blis
      copying blis\about.py -> build\lib.win32-cpython-39\blis
      copying blis\benchmark.py -> build\lib.win32-cpython-39\blis
      copying blis\__init__.py -> build\lib.win32-cpython-39\blis
      creating build\lib.win32-cpython-39\blis\tests
      copying blis\tests\common.py -> build\lib.win32-cpython-39\blis\tests
      copying blis\tests\test_dotv.py -> build\lib.win32-cpython-39\blis\tests
      copying blis\tests\test_gemm.py -> build\lib.win32-cpython-39\blis\tests
      copying blis\tests\__init__.py -> build\lib.win32-cpython-39\blis\tests
      copying blis\cy.pyx -> build\lib.win32-cpython-39\blis
      copying blis\py.pyx -> build\lib.win32-cpython-39\blis
      copying blis\cy.pxd -> build\lib.win32-cpython-39\blis
      copying blis\__init__.pxd -> build\lib.win32-cpython-39\blis
      running build_ext
      Build options win32 msvc
      BUILD ARCH: x86_64
      {'7ZIP':  

      *RANDOMFILEPATHS*

                error: [WinError 2] Systém nemůže nalézt uvedený soubor
      [end of output]

      note: This error originates from a subprocess, and is likely not a problem with pip.
      ERROR: Failed building wheel for blis
    Failed to build blis
    ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (blis)
    [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip.
  error: subprocess-exited-with-error

  pip subprocess to install build dependencies did not run successfully.
  exit code: 1

  See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

liyuxia713 commented 1 week ago

i met the same problem, frustrating