Results 1 to 10 of 594

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. 17-05-2020  #11

    Superstar DJ

    Credits
    2427
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    997
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,232
    Thanked in
    159 Posts
    Not sure what this is about but after trying to convert a song it gives this and then just sits on a blinking cursor.

    C:\Users\zensh\Documents\vocal-removerV2>python inference.py --input Made Of Stone.mp3
    C:\Program Files\Python37\lib\site-packages\librosa\util\decorators.py:9: NumbaDeprecationWarning: An import was requested from a module that has moved location.
    Import requested from: 'numba.decorators', please update to use 'numba.core.decorators' or pin to Numba version 0.48.0. This alias will not be present in Numba version 0.50.0.
    from numba.decorators import jit as optional_jit
    C:\Program Files\Python37\lib\site-packages\librosa\util\decorators.py:9: NumbaDeprecationWarning: An import was requested from a module that has moved location.
    Import of 'jit' requested from: 'numba.decorators', please update to use 'numba.core.decorators' or pin to Numba version 0.48.0. This alias will not be present in Numba version 0.50.0.
    from numba.decorators import jit as optional_jit
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    And then I try running the pip install command again just to be sure and displays I'm still missing files.

    C:\Users\zensh\Documents\vocal-removerV2>pip install torch==1.3.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
    Defaulting to user installation because normal site-packages is not writeable
    Looking in links: https://download.pytorch.org/whl/torch_stable.html
    Requirement already satisfied: torch==1.3.0 in c:\program files\python37\lib\site-packages (1.3.0+cu92)
    Requirement already satisfied: torchvision==0.4.0 in c:\program files\python37\lib\site-packages (0.4.0+cu92)
    Requirement already satisfied: numpy in c:\program files\python37\lib\site-packages (from torch==1.3.0) (1.18.4)
    Requirement already satisfied: pillow>=4.1.1 in c:\program files\python37\lib\site-packages (from torchvision==0.4.0) (7.1.2)
    Requirement already satisfied: six in c:\program files\python37\lib\site-packages (from torchvision==0.4.0) (1.14.0)
    Could not build wheels for torch, since package 'wheel' is not installed.
    Could not build wheels for torchvision, since package 'wheel' is not installed.
    Could not build wheels for numpy, since package 'wheel' is not installed.
    Could not build wheels for pillow, since package 'wheel' is not installed.
    Could not build wheels for six, since package 'wheel' is not installed.

    C:\Users\zensh\Documents\vocal-removerV2>
    Last edited by NewAgeRipper; 17-05-2020 at 23:20.

Similar Threads

  1. Vocal Remover Plugin?
    By SonyMusic18 in forum Production & Technical Aid
    Replies: 2
    Last Post: 10-05-2017, 06:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •