-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 #121
Comments
If you have wget installed properly, you should just have to add |
Ok I am giving it a shot right now. I wasn't sure if GnuWin32 would integrate with Anaconda3 prompt wget command. So this works but then sends me to issue #92 as it states happens in #89 ... @NoiseGener8r But do you think this is still a wget command environment PATH error? Some people on that thread are saying wget is still the issue and to switch the code out in the jukebox\utils\gcs_utils.py to not check for a certificate. I was wondering if you knew of a detail in configuring wget with GnuWin32 that I may be overlooking. I added it to my path list. |
Unfortunately (well, fortunately for me) I never had this error. I'm stuck on an entirely different problem myself. So no, sorry. No idea what might be causing that. |
I had exactly the same problem and I added wget to my environment which has an error:
I simply ignored it and tried again:
Can I get the file vqvae.pth.tar from somewhere? |
It should auto-generate that on run. Every time I delete it it comes back. ...mine's gone. E: So upon examining this further, it did come back after running it again. I have no idea what happened or what's happening on your end, but I'll think about it and let you know if I notice anything. |
Fixed it by installing wget using Chocolatey: |
@NoiseGener8r any update? |
You sould use windows 8. |
I have everything installed and when I load all the models to my /.cache director from google static storage download I get this error. Seems to be something to do with importing fire in the sample.py
I am running on Windows 10 with Anaconda3 and have wget installed to windows git bash.
Not running on a linux environment...
I have 2 Nvidia RTX 2080 TI cards working on CUDA with lots of memory.
64 GB RAM
i9 CPU 5.0GHz
Saw other issues like this occur in the google collab / jupyter book and said something about wget which shouldn't be an issue? Can't run wget in my Anaconda prompt locally. Is this causing the error? What's the easiest way to add the wget cmd to the bin for anaconda3? Is this the right solution?
The text was updated successfully, but these errors were encountered: