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

No such file or directory: 'wget' #26

Open
mbecker4 opened this issue Dec 31, 2021 · 1 comment
Open

No such file or directory: 'wget' #26

mbecker4 opened this issue Dec 31, 2021 · 1 comment

Comments

@mbecker4
Copy link

I'm attempting to run this in PyCharm. I am getting the error FileNotFoundError: [Errno 2] No such file or directory: 'wget'. It looks to be coming from output = subprocess.check_output(['wget', '-O', out, url]) from the vqgan.py file. I installed wget via pip, but it is still throwing the error. Anyone know why this error may be showing up?

@mmare
Copy link

mmare commented Feb 21, 2022

Had the same issue, this worked for me:
macOS systems do not come with wget, but you can install command line tools using Homebrew. Once you’ve set up Homebrew, just run brew install wget in the Terminal.

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