Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acceso denegado #45

Closed
gon21wa opened this issue Dec 9, 2019 · 3 comments
Closed

Acceso denegado #45

gon21wa opened this issue Dec 9, 2019 · 3 comments

Comments

@gon21wa
Copy link

gon21wa commented Dec 9, 2019

2
Disculpen, tengo un problema, pude realizar todos los pasos de manera correcta, pero al llegar a la parte de "track separation" me aparece este error. Me parece muy raro pues la primera vez que lo intente todo funciono bien, comenzó a descargar los 2,5 GB que debía. Pero hubo una falla en mi internet y cuando volví a intentarlo me apareció ese mensaje de Acceso denegado.
Ya desinstale Anaconda y volví a descargar todo desde cero pero sigue apareciéndome ese mensaje.
Tengo Windows de 64 Bits y tengo GPU dedicada.

Espero puedan ayudarme, muchas gracias <3

@adefossez
Copy link
Contributor

adefossez commented Dec 9, 2019

@gon21wa , can you try the following running the following python.exe -m demucs.separate --dl -d cpu "PATH_TO_MP3"?
If you get the same error, can you try each of the following, and report me which one failed and which one succeded:

python.exe -c "print('hello')"
python.exe -c "import torch"
python.exe -c "from demucs.model import Demucs; Demucs()"
python.exe -c "from demucs.model import Demucs; Demucs().cuda()"

PS: run all of those commands from the repository folder
Muchas gracias!

@gon21wa
Copy link
Author

gon21wa commented Dec 9, 2019

@gon21wa , can you try the following running the following python.exe -m demucs.separate --dl -d cpu "PATH_TO_MP3"?
If you get the same error, can you try each of the following, and report me which one failed and which one succeded:

python.exe -c "print('hello')"
python.exe -c "import torch"
python.exe -c "from demucs.model import Demucs; Demucs()"
python.exe -c "from demucs.model import Demucs; Demucs().cuda()"

PS: run all of those commands from the repository folder
Muchas gracias!

@gon21wa gon21wa closed this as completed Dec 9, 2019
@gon21wa
Copy link
Author

gon21wa commented Dec 9, 2019

No me permite hacer ningún comando, todos me los nega
3
4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants