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

[Question][DEV] Can you please help me build youtube-dl into an EXE locally? #18867

Closed
Artanisx opened this issue Jan 15, 2019 · 3 comments
Closed

Comments

@Artanisx
Copy link

@Artanisx Artanisx commented Jan 15, 2019

Hello there.
I've started working on a couple of new extractors

I'd like to build youtube-dl on my local pc, into an EXE file. I've tried using py2exe, but unfortunately it is not compatibile with Python 3.7.

I'm assuming there are other ways (unless youtube-dl is indeed developped in a previous python version) to compile it successfully. I checked some of them, but I've always encountered a lot of errors.

In the README you mention using MAKE, could you please point me in the right direction? I've never used it.

I'm on Windows by the way.

Thanks!

@ealgase
Copy link
Contributor

@ealgase ealgase commented Jan 15, 2019

youtube-dl is compatible with Python 2.6+ and with Python 3.2+.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 15, 2019

py2exe only supports python 3.4, you'll have to build exe against this version.

@dstftw dstftw closed this Jan 15, 2019
@Artanisx
Copy link
Author

@Artanisx Artanisx commented Jan 15, 2019

Understood. Thanks! :)

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.