question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError

See original GitHub issue

After installing demucs using Anaconda without any type of problem everytime I’ve tried to separate an audio file what I get is the following error:

(demucs) bash-3.2$ python3 -m demucs.separate --dl /Users/admin/Desktop/7.mp3 /Users/admin/opt/anaconda3/envs/demucs/bin/python3: Error while finding module specification for 'demucs.separate' (ModuleNotFoundError: No module named 'demucs')

I checked and the demucs enviroment in anaconda seems to be installed. I’ve tried to solve it by reinstalling it (even reinstalling Anaconda to an updated version) but it keeps not working.

Thanks,

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ibeats1musiccommented, Dec 12, 2019

Hi @rokimoki Thanks for taking the time to reply to the email. Problem solved 😃

0reactions
Zindokarcommented, Dec 12, 2019

Hi, I have your initial problem How did you solve that problem?

no module named demucs

I want to experiment if the problem is RAM

RAM: 12 GB DDR3

Why did you cd %HOMEPATH% after installing? thats before git clone in order to download in a “safe folder”, you are not in the demucs path.

Open the anaconda prompt, and follow this commands: cd %HOMEPATH% cd demucs conda activate demucs python.exe .............

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: no module named Python Error [Fixed]
How to fix the ModuleNotFoundError in Python · 1. Make sure imported modules are installed · 2. Make sure modules are spelled correctly...
Read more >
ModuleNotFoundError: No module named x
I believe most Python programmes are quite familiar with ModuleNotFoundError import aModuleNotFoundError: No module named 'a'.
Read more >
python - 'ModuleNotFoundError' when trying to import module ...
SECOND, for the " ModuleNotFoundError: No module named 'Soft' " error caused by from ...Mans import man1 in man1test.py, the documented ...
Read more >
How To Fix ModuleNotFoundError (No Module Named) in ...
The ModuleNotFoundError: No module named error is raised when Python either cannot find the module you're trying to import, the name of the...
Read more >
How To Solve ModuleNotFoundError: No module named in ...
The first reason for ModuleNotFoundError: No module named is the module name is incorrect. For example, let's try to import the os module ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found