python-magic icon indicating copy to clipboard operation
python-magic copied to clipboard

Binary package for windows

Open julian-r opened this issue 7 years ago • 3 comments

Are you open to create a wheel package for windows delivering all the binary deps? (I would do it and send you a PR)

julian-r avatar Aug 17 '17 10:08 julian-r

I created a project which aims to produce binaries for windows of current file version here: https://github.com/julian-r/file-windows

julian-r avatar Sep 11 '17 11:09 julian-r

I'm not that familiar with how this works on windows. What would this look like for users? My preference TBH is to have a separate package with the binaries with really good documentation for setup.

ahupp avatar Oct 02 '17 19:10 ahupp

Ok, I've made a branch available here: https://github.com/julian-r/python-magic. It offers a windows 32/64 bit binary and a mac binary. Also uploaded it to the pypi. https://pypi.python.org/pypi/python-magic-bin/0.4.14

IMHO the advantage is pip install and it just works, otherwise is such a hassle of getting the right shared libraries and everything.

julian-r avatar Oct 09 '17 10:10 julian-r

Thanks, I have solve it.

mengzxh avatar Nov 02 '17 07:11 mengzxh

Merging into https://github.com/ahupp/python-magic/issues/293

ahupp avatar Aug 25 '23 18:08 ahupp