-
Notifications
You must be signed in to change notification settings - Fork 70
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
Any way to run this on 32 bit Windows? #6
Comments
Yes, the windows release is 32 bit, so it should work. If not, let me know what goes wrong |
Thanks. The problem seems to be it needs Windows 7 minimum. I was trying it on Vista (32-bit) where the Python executable refuses to run. Not sure if this can be fixed, but as of now you can't run it on < Win7. |
Odd. The release page for Python 3 says that Windows XP and earlier won't work, so I would expect Vista to work. It's possible that the Visual C++ DLLs I'm including aren't compatible for some reason, or that one of the imports is at fault. I'll try to get a Vista virtual machine running. In the meantime, to debug what's wrong, try opening cmd.exe, Now, as for getting it working right now, you can download the windows python 3 installer yourself and install it (make sure you check the box to install PIP during the installation process). Then, you can download the .zip source code release of youtube-local and unzip it. Then, in cmd, cd into that directory and run |
Thanks for taking a look at this. If you get it confirmed on a VM it would be great. I tried it in the command prompt like you said, and got the same error. Next I did a test and copied I will check out installing python separately. Have to think about it a bit, as I have Python 2.7 installed also for another app. Hmm. Will have to see if both can somehow coexist. |
You can install multiple python versions. Just make sure you uncheck the option to add python to PATH during installation, so that you do not override the |
Python 3.7 appears to work on Windows Vista. I've changed the windows releases to use that version since it will continue receive security patches until 2023. For some reason, brotli had an ImportError on Vista so I modified some things so it won't matter if it fails, since brotli is non-essential anyways. The current release should work on Vista. |
Oh yeah 👍 Worked on the first try. Thanks for the fix. Lightning fast compared to YT. |
The new Youtube layout is slow as snails on older computers. This looks like a really nice alternative, so wondering if there is any way to make this run on 32 bit Windows? Or maybe I could compile it myself?
The text was updated successfully, but these errors were encountered: