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

FileNotFoundError: [WinError 2] The system cannot find the file specified #89

Open
xyz-mark opened this issue May 24, 2020 · 6 comments

Comments

@xyz-mark
Copy link

When I try to run the jupyter notebook that you provided in the jukebox,
I'm getting FileNotFoundError.
and, my OS is Windows 10.
3 jpg

@TimOgden
Copy link

Having the same issue after installing normally through the Anaconda prompt. Not sure if it has to do with not supplying weights or what.

Happens when I do python jukebox/sample.py regardless of what params I put after it

@youdontown
Copy link

I was able to fix this by installing wget, which I believe is not mentioned in the dependencies. You can get it from here: http://gnuwin32.sourceforge.net/packages/wget.htm

@TimOgden
Copy link

@youdontown 's solution worked for me, though I needed to add the bin folder of wget into my PATH environment variable and restart my Anaconda prompt before it worked. Of course, now I'm running into another issue #92, which I assume is separate but I'm not sure.

@NoiseGener8r
Copy link

@youdontown 's solution didn't do it for me. I added C:\Program Files (x86)\GnuWin32\bin to my PATH and restarted the Anaconda prompt, and I get the same error.

@cicinwad
Copy link

When I try to run the jupyter notebook that you provided in the jukebox,
I'm getting FileNotFoundError.
and, my OS is Windows 10.
3 jpg

Did you downgrade your os to windows 8.

@sp-droid
Copy link

I was able to fix this by reading output of the cell. It said
"Running wget -o PATHINYOURMACHINE [url]"
Open that url in your browser, it will download a file. Place it on the path indicated above

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

6 participants