Giter VIP home page Giter VIP logo

Comments (8)

adizhol avatar adizhol commented on May 13, 2024 2

pip install pyssl,
then install the rest of the pip requirements from yaml file

from spleeter.

nimbleness avatar nimbleness commented on May 13, 2024 2

I'm having the same issue. The longer command python -m spleeter also returns 'no module named spleeter'

from spleeter.

mmoussallam avatar mmoussallam commented on May 13, 2024 1

Hi Evan,

Thanks, we'll look into it. The spleeter shortcut has been tested on Linux/MacOS but not on Windows yet.
In the mean time you should be able to use the longer version python -m spleeter separate

Let us know if you still have issues.

from spleeter.

Faylixe avatar Faylixe commented on May 13, 2024

Did you tried to run spleeter.exe instead ? Windows haven't been tested a lot, but command line script is generated by setuptools and thus should create a valid Windows executable.

from spleeter.

Faylixe avatar Faylixe commented on May 13, 2024

The problem here is that your Conda environment installation was not ok from the beginning.

Running setup.py install for simplejson: finished with status 'error'

Since your Conda install meet some error then Spleeter was installed leading you to the error you found :).

from spleeter.

krauspe avatar krauspe commented on May 13, 2024

env: anaconda3 fresh installation on Win10

I was able to complete conda install command without erros, but nevertheless I got

(spleeter-gpu) E:\DATA\PROG\spleeter>python -m spleeter separate -i audio_example.mp3 -p spleeter:2stems -o output Traceback (most recent call last): File "D:\Programme\Anaconda3\envs\spleeter-gpu\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "D:\Programme\Anaconda3\envs\spleeter-gpu\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "E:\DATA\PROG\spleeter\spleeter\__main__.py", line 51, in <module> entrypoint() File "E:\DATA\PROG\spleeter\spleeter\__main__.py", line 47, in entrypoint main(sys.argv) File "E:\DATA\PROG\spleeter\spleeter\__main__.py", line 41, in main entrypoint(arguments, params) File "E:\DATA\PROG\spleeter\spleeter\commands\separate.py", line 160, in entrypoint audio_adapter = get_audio_adapter(arguments.audio_adapter) File "E:\DATA\PROG\spleeter\spleeter\utils\audio\adapter.py", line 136, in get_audio_adapter return get_default_audio_adapter() File "E:\DATA\PROG\spleeter\spleeter\utils\audio\adapter.py", line 124, in get_default_audio_adapter from .ffmpeg import FFMPEGProcessAudioAdapter File "E:\DATA\PROG\spleeter\spleeter\utils\audio\ffmpeg.py", line 14, in <module> import ffmpeg ModuleNotFoundError: No module named 'ffmpeg'

I made sure ffmpeg is actually installed !

from spleeter.

dina-rangeme avatar dina-rangeme commented on May 13, 2024

Open Anaconda command prompt "as administrator" (It's important)

then
conda install -c conda-forge spleeter

then
python -m spleeter .......................

this way worked for me like a charm and thanks the team for the fantastic job!

from spleeter.

quinnzaballa avatar quinnzaballa commented on May 13, 2024

Download Python on Python.org and check Add Python to PATH, For some reason in Microsoft store one, you will need to manually add it...

from spleeter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.